Html Css Color HEX #036884 Blue Lagoon

📋 copy color: '#036884'

red 3 ◦ green 104 ◦ blue 132

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

Shades of Blue Lagoon #036884

Tints of Blue Lagoon #036884

RGB

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

 GREEN value IS 104 (41.02% from 255) = 43.51%

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

R = 1.26%
G = 43.51%
B = 55.23%

CMYK

 C value IS 0.98

 M value IS 0.21

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#036884 (or 0x036884) is known color: Blue Lagoon. HEX triplet: 03, 68 and 84. RGB value is (3,104,132). Sum of RGB (Red+Green+Blue) = 3+104+132=239 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.26% from 239); Green value is 104 (41.02% from 255 or 43.51% from 239); Blue value is 132 (51.95% from 255 or 55.23% from 239); Max value from RGB is 132 - color contains mainly: blue. Hex color #036884 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036884 is #FC977B. Grayscale: #4C4C4C. Windows color (decimal): -16553852 or 8677379. OLE color: 8677379.

HSL color Cylindrical-coordinate representation of color #036884: hue angle of 193.02º 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 #036884 is Cyan = 0.98, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 3 104 132 -
CMYK 0.98 0.21 0 0.48
HSL 193.02º 0.96% 0.26% -
HSV(B) 193.02º 0.98% 0.52% -
XYZ 9.15 11.59 23.58 -
YUV 76.99 159.04 75.22 -
System Red Green Blue C M Y K H S L
Decimal 3 104 132 0.98 0.21 0 0.48 193.02 0.96 0.26
Hex 3 68 84 62 15 0 30 C1 60 1A
Octal 3 150 204 142 25 0 60 301 140 32
Binary 11 1101000 10000100 1100010 10101 0 110000 11000001 1100000 11010

Color Harmonies of #036884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036884

Black with #036884

Text Example


Text Example

White with #036884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036884; }

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

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

background-color css

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

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

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

border-color css

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

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

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