Html Css Color HEX #036084 Blue Lagoon

📋 copy color: '#036084'

red 3 ◦ green 96 ◦ blue 132

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

Shades of Blue Lagoon #036084

Tints of Blue Lagoon #036084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 57.14%

R = 1.3%
G = 41.56%
B = 57.14%

CMYK

 C value IS 0.98

 M value IS 0.27

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#036084 (or 0x036084) is known color: Blue Lagoon. HEX triplet: 03, 60 and 84. RGB value is (3,96,132). Sum of RGB (Red+Green+Blue) = 3+96+132=231 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.30% from 231); Green value is 96 (37.89% from 255 or 41.56% from 231); Blue value is 132 (51.95% from 255 or 57.14% from 231); Max value from RGB is 132 - color contains mainly: blue. Hex color #036084 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036084 is #FC9F7B. Grayscale: #484848. Windows color (decimal): -16555900 or 8675331. OLE color: 8675331.

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

Color convert

RGB 3 96 132 -
CMYK 0.98 0.27 0 0.48
HSL 196.74º 0.96% 0.26% -
HSV(B) 196.74º 0.98% 0.52% -
XYZ 8.39 10.05 23.33 -
YUV 72.3 161.69 78.57 -
System Red Green Blue C M Y K H S L
Decimal 3 96 132 0.98 0.27 0 0.48 196.74 0.96 0.26
Hex 3 60 84 62 1B 0 30 C5 60 1A
Octal 3 140 204 142 33 0 60 305 140 32
Binary 11 1100000 10000100 1100010 11011 0 110000 11000101 1100000 11010

Color Harmonies of #036084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036084

Black with #036084

Text Example


Text Example

White with #036084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036084; }

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

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

background-color css

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

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

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

border-color css

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

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

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