Html Css Color HEX #036674 Blue Lagoon

📋 copy color: '#036674'

red 3 ◦ green 102 ◦ blue 116

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

Shades of Blue Lagoon #036674

Tints of Blue Lagoon #036674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 52.49%

R = 1.36%
G = 46.15%
B = 52.49%

CMYK

 C value IS 0.97

 M value IS 0.12

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#036674 (or 0x036674) is known color: Blue Lagoon. HEX triplet: 03, 66 and 74. RGB value is (3,102,116). Sum of RGB (Red+Green+Blue) = 3+102+116=221 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.36% from 221); Green value is 102 (40.23% from 255 or 46.15% from 221); Blue value is 116 (45.70% from 255 or 52.49% from 221); Max value from RGB is 116 - color contains mainly: blue. Hex color #036674 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036674 is #FC998B. Grayscale: #494949. Windows color (decimal): -16554380 or 7628291. OLE color: 7628291.

HSL color Cylindrical-coordinate representation of color #036674: hue angle of 187.43º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036674 is Cyan = 0.97, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 3 102 116 -
CMYK 0.97 0.12 0 0.55
HSL 187.43º 0.95% 0.23% -
HSV(B) 187.43º 0.97% 0.45% -
XYZ 7.94 10.78 18.19 -
YUV 74 151.7 77.36 -
System Red Green Blue C M Y K H S L
Decimal 3 102 116 0.97 0.12 0 0.55 187.43 0.95 0.23
Hex 3 66 74 61 C 0 37 BB 5F 17
Octal 3 146 164 141 14 0 67 273 137 27
Binary 11 1100110 1110100 1100001 1100 0 110111 10111011 1011111 10111

Color Harmonies of #036674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036674

Black with #036674

Text Example


Text Example

White with #036674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036674; }

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

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

background-color css

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

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

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

border-color css

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

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

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