Html Css Color HEX #036187 Blue Lagoon

📋 copy color: '#036187'

red 3 ◦ green 97 ◦ blue 135

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

Shades of Blue Lagoon #036187

Tints of Blue Lagoon #036187

RGB

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

 GREEN value IS 97 (38.28% from 255) = 41.28%

 BLUE value IS 135 (53.13% from 255) = 57.45%

R = 1.28%
G = 41.28%
B = 57.45%

CMYK

 C value IS 0.98

 M value IS 0.28

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#036187 (or 0x036187) is known color: Blue Lagoon. HEX triplet: 03, 61 and 87. RGB value is (3,97,135). Sum of RGB (Red+Green+Blue) = 3+97+135=235 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.28% from 235); Green value is 97 (38.28% from 255 or 41.28% from 235); Blue value is 135 (53.12% from 255 or 57.45% from 235); Max value from RGB is 135 - color contains mainly: blue. Hex color #036187 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036187 is #FC9E78. Grayscale: #484848. Windows color (decimal): -16555641 or 8872195. OLE color: 8872195.

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

Color convert

RGB 3 97 135 -
CMYK 0.98 0.28 0 0.47
HSL 197.27º 0.96% 0.27% -
HSV(B) 197.27º 0.98% 0.53% -
XYZ 8.69 10.32 24.46 -
YUV 73.23 162.86 77.91 -
System Red Green Blue C M Y K H S L
Decimal 3 97 135 0.98 0.28 0 0.47 197.27 0.96 0.27
Hex 3 61 87 62 1C 0 2F C5 60 1B
Octal 3 141 207 142 34 0 57 305 140 33
Binary 11 1100001 10000111 1100010 11100 0 101111 11000101 1100000 11011

Color Harmonies of #036187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036187

Black with #036187

Text Example


Text Example

White with #036187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036187; }

 p { color: rgb(3,97,135); }

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

background-color css

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

 a { background-color: rgb(3,97,135); }

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

border-color css

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

 span { border-color: rgb(3,97,135); }

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