Html Css Color HEX #036069 Blue Lagoon

📋 copy color: '#036069'

red 3 ◦ green 96 ◦ blue 105

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

Shades of Blue Lagoon #036069

Tints of Blue Lagoon #036069

RGB

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

 GREEN value IS 96 (37.89% from 255) = 47.06%

 BLUE value IS 105 (41.41% from 255) = 51.47%

R = 1.47%
G = 47.06%
B = 51.47%

CMYK

 C value IS 0.97

 M value IS 0.09

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#036069 (or 0x036069) is known color: Blue Lagoon. HEX triplet: 03, 60 and 69. RGB value is (3,96,105). Sum of RGB (Red+Green+Blue) = 3+96+105=204 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.47% from 204); Green value is 96 (37.89% from 255 or 47.06% from 204); Blue value is 105 (41.41% from 255 or 51.47% from 204); Max value from RGB is 105 - color contains mainly: blue. Hex color #036069 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036069 is #FC9F96. Grayscale: #454545. Windows color (decimal): -16555927 or 6905859. OLE color: 6905859.

HSL color Cylindrical-coordinate representation of color #036069: hue angle of 185.29º 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 #036069 is Cyan = 0.97, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 3 96 105 -
CMYK 0.97 0.09 0 0.59
HSL 185.29º 0.94% 0.21% -
HSV(B) 185.29º 0.97% 0.41% -
XYZ 6.77 9.41 14.82 -
YUV 69.22 148.19 80.77 -
System Red Green Blue C M Y K H S L
Decimal 3 96 105 0.97 0.09 0 0.59 185.29 0.94 0.21
Hex 3 60 69 61 9 0 3B B9 5E 15
Octal 3 140 151 141 11 0 73 271 136 25
Binary 11 1100000 1101001 1100001 1001 0 111011 10111001 1011110 10101

Color Harmonies of #036069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036069

Black with #036069

Text Example


Text Example

White with #036069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036069; }

 p { color: rgb(3,96,105); }

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

background-color css

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

 a { background-color: rgb(3,96,105); }

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

border-color css

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

 span { border-color: rgb(3,96,105); }

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