Html Css Color HEX #036678 Blue Lagoon

📋 copy color: '#036678'

red 3 ◦ green 102 ◦ blue 120

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

Shades of Blue Lagoon #036678

Tints of Blue Lagoon #036678

RGB

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

 GREEN value IS 102 (40.23% from 255) = 45.33%

 BLUE value IS 120 (47.27% from 255) = 53.33%

R = 1.33%
G = 45.33%
B = 53.33%

CMYK

 C value IS 0.98

 M value IS 0.15

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#036678 (or 0x036678) is known color: Blue Lagoon. HEX triplet: 03, 66 and 78. RGB value is (3,102,120). Sum of RGB (Red+Green+Blue) = 3+102+120=225 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.33% from 225); Green value is 102 (40.23% from 255 or 45.33% from 225); Blue value is 120 (47.27% from 255 or 53.33% from 225); Max value from RGB is 120 - color contains mainly: blue. Hex color #036678 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036678 is #FC9987. Grayscale: #4A4A4A. Windows color (decimal): -16554376 or 7890435. OLE color: 7890435.

HSL color Cylindrical-coordinate representation of color #036678: hue angle of 189.23º 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 #036678 is Cyan = 0.98, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 3 102 120 -
CMYK 0.98 0.15 0 0.53
HSL 189.23º 0.95% 0.24% -
HSV(B) 189.23º 0.98% 0.47% -
XYZ 8.18 10.88 19.44 -
YUV 74.45 153.7 77.04 -
System Red Green Blue C M Y K H S L
Decimal 3 102 120 0.98 0.15 0 0.53 189.23 0.95 0.24
Hex 3 66 78 62 F 0 35 BD 5F 18
Octal 3 146 170 142 17 0 65 275 137 30
Binary 11 1100110 1111000 1100010 1111 0 110101 10111101 1011111 11000

Color Harmonies of #036678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036678

Black with #036678

Text Example


Text Example

White with #036678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036678; }

 p { color: rgb(3,102,120); }

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

background-color css

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

 a { background-color: rgb(3,102,120); }

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

border-color css

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

 span { border-color: rgb(3,102,120); }

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