Html Css Color HEX #036479 Blue Lagoon

📋 copy color: '#036479'

red 3 ◦ green 100 ◦ blue 121

#036479
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Lagoon #036479

Tints of Blue Lagoon #036479

RGB

 RED value IS 3 (1.56% from 255) = 1.34%

 GREEN value IS 100 (39.45% from 255) = 44.64%

 BLUE value IS 121 (47.66% from 255) = 54.02%

R = 1.34%
G = 44.64%
B = 54.02%

CMYK

 C value IS 0.98

 M value IS 0.17

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#036479 (or 0x036479) is known color: Blue Lagoon. HEX triplet: 03, 64 and 79. RGB value is (3,100,121). Sum of RGB (Red+Green+Blue) = 3+100+121=224 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.34% from 224); Green value is 100 (39.45% from 255 or 44.64% from 224); Blue value is 121 (47.66% from 255 or 54.02% from 224); Max value from RGB is 121 - color contains mainly: blue. Hex color #036479 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036479 is #FC9B86. Grayscale: #494949. Windows color (decimal): -16554887 or 7955459. OLE color: 7955459.

HSL color Cylindrical-coordinate representation of color #036479: hue angle of 190.68º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #036479 is Cyan = 0.98, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 3 100 121 -
CMYK 0.98 0.17 0 0.53
HSL 190.68º 0.95% 0.24% -
HSV(B) 190.68º 0.98% 0.47% -
XYZ 8.05 10.51 19.69 -
YUV 73.39 154.86 77.79 -
System Red Green Blue C M Y K H S L
Decimal 3 100 121 0.98 0.17 0 0.53 190.68 0.95 0.24
Hex 3 64 79 62 11 0 35 BF 5F 18
Octal 3 144 171 142 21 0 65 277 137 30
Binary 11 1100100 1111001 1100010 10001 0 110101 10111111 1011111 11000

Color Harmonies of #036479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036479

Black with #036479

Text Example


Text Example

White with #036479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036479; }

 p { color: rgb(3,100,121); }

 H1.HeaderClassName
 {
   color: #036479;
 }
 .AnyTagClassName
 {
   color: #036479;
 }
</style>

background-color css

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

 a { background-color: rgb(3,100,121); }

 div.DivClassName
 {
   background-color: #036479;
 }
 .BgClassName
 {
   background-color: #036479;
 }
</style>

border-color css

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

 span { border-color: rgb(3,100,121); }

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