Html Css Color HEX #036089 Blue Lagoon

📋 copy color: '#036089'

red 3 ◦ green 96 ◦ blue 137

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

Shades of Blue Lagoon #036089

Tints of Blue Lagoon #036089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 58.05%

R = 1.27%
G = 40.68%
B = 58.05%

CMYK

 C value IS 0.98

 M value IS 0.30

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#036089 (or 0x036089) is known color: Blue Lagoon. HEX triplet: 03, 60 and 89. RGB value is (3,96,137). Sum of RGB (Red+Green+Blue) = 3+96+137=236 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.27% from 236); Green value is 96 (37.89% from 255 or 40.68% from 236); Blue value is 137 (53.91% from 255 or 58.05% from 236); Max value from RGB is 137 - color contains mainly: blue. Hex color #036089 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036089 is #FC9F76. Grayscale: #484848. Windows color (decimal): -16555895 or 9003011. OLE color: 9003011.

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

Color convert

RGB 3 96 137 -
CMYK 0.98 0.30 0 0.46
HSL 198.36º 0.96% 0.27% -
HSV(B) 198.36º 0.98% 0.54% -
XYZ 8.74 10.19 25.17 -
YUV 72.87 164.19 78.17 -
System Red Green Blue C M Y K H S L
Decimal 3 96 137 0.98 0.30 0 0.46 198.36 0.96 0.27
Hex 3 60 89 62 1E 0 2E C6 60 1B
Octal 3 140 211 142 36 0 56 306 140 33
Binary 11 1100000 10001001 1100010 11110 0 101110 11000110 1100000 11011

Color Harmonies of #036089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036089

Black with #036089

Text Example


Text Example

White with #036089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036089; }

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

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

background-color css

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

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

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

border-color css

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

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

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