#3611B2

Color #3611B2 Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #3611B2

Tints of Ultramarine #3611B2

Color information

#3611B2 (or 0x3611B2) is unknown color: approx Ultramarine. HEX triplet: 36, 11 and B2. RGB value is (54,17,178). Sum of RGB (Red+Green+Blue) = 54+17+178=249 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.69% from 249); Green value is 17 (7.03% from 255 or 6.83% from 249); Blue value is 178 (69.92% from 255 or 71.49% from 249); Max value from RGB is 178 - color contains mainly: blue. Hex color #3611B2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3611B2 is #C9EE4D. Grayscale: #2D2D2D. Windows color (decimal): -13233742 or 11669814. OLE color: 11669814.

HSL color Cylindrical-coordinate representation of color #3611B2: hue angle of 253.79º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3611B2 is Cyan = 0.70, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB5417178-
CMYK0.700.9000.30
HSL253.79º82.56%38.24%-
HSV(B)253.79º90.45%69.8%-
XYZ9.764.442.45-
YUV46.42202.26133.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 54 (21.48% from 255) = 21.69%
GREEN value IS 17 (7.03% from 255) = 6.83%
BLUE value IS 178 (69.92% from 255) = 71.49%
R=21.69%
G=6.83%
B=71.49%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal54171780.700.9000.30253.7982.5638.24
Hex3611B2465A01Efe5326
Octal662126210613203637612346
Binary110110100011011001010001101011010011110111111101010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3611B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3611B2; }

 p { color: rgb(54,17,178); }

 H1.HeaderClassName
 {
   color: #3611B2;
 }
 .AnyTagClassName
 {
   color: #3611B2;
 }
</style>
background-color css

<style>
 a { background-color: #3611B2; }

 a { background-color: rgb(54,17,178); }

 div.DivClassName
 {
   background-color: #3611B2;
 }
 .BgClassName
 {
   background-color: #3611B2;
 }
</style>
border-color css

<style>
 span { border-color: #3611B2; }

 span { border-color: rgb(54,17,178); }

 td.TdClassName
 {
   border-color: #3611B2;
 }
 .TagClassName
 {
   border-color: #3611B2;
 }
</style>