Html Css Color HEX #036168 Blue Lagoon

📋 copy color: '#036168'

red 3 ◦ green 97 ◦ blue 104

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

Shades of Blue Lagoon #036168

Tints of Blue Lagoon #036168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 50.98%

R = 1.47%
G = 47.55%
B = 50.98%

CMYK

 C value IS 0.97

 M value IS 0.07

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#036168 (or 0x036168) is known color: Blue Lagoon. HEX triplet: 03, 61 and 68. RGB value is (3,97,104). Sum of RGB (Red+Green+Blue) = 3+97+104=204 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.47% from 204); Green value is 97 (38.28% from 255 or 47.55% from 204); Blue value is 104 (41.02% from 255 or 50.98% from 204); Max value from RGB is 104 - color contains mainly: blue. Hex color #036168 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036168 is #FC9E97. Grayscale: #454545. Windows color (decimal): -16555672 or 6840579. OLE color: 6840579.

HSL color Cylindrical-coordinate representation of color #036168: hue angle of 184.16º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036168 is Cyan = 0.97, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 3 97 104 -
CMYK 0.97 0.07 0 0.59
HSL 184.16º 0.94% 0.21% -
HSV(B) 184.16º 0.97% 0.41% -
XYZ 6.81 9.57 14.58 -
YUV 69.69 147.36 80.43 -
System Red Green Blue C M Y K H S L
Decimal 3 97 104 0.97 0.07 0 0.59 184.16 0.94 0.21
Hex 3 61 68 61 7 0 3B B8 5E 15
Octal 3 141 150 141 7 0 73 270 136 25
Binary 11 1100001 1101000 1100001 111 0 111011 10111000 1011110 10101

Color Harmonies of #036168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036168

Black with #036168

Text Example


Text Example

White with #036168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036168; }

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

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

background-color css

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

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

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

border-color css

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

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

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