Html Css Color HEX #036486 Blue Lagoon

📋 copy color: '#036486'

red 3 ◦ green 100 ◦ blue 134

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

Shades of Blue Lagoon #036486

Tints of Blue Lagoon #036486

RGB

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

 GREEN value IS 100 (39.45% from 255) = 42.19%

 BLUE value IS 134 (52.73% from 255) = 56.54%

R = 1.27%
G = 42.19%
B = 56.54%

CMYK

 C value IS 0.98

 M value IS 0.25

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#036486 (or 0x036486) is known color: Blue Lagoon. HEX triplet: 03, 64 and 86. RGB value is (3,100,134). Sum of RGB (Red+Green+Blue) = 3+100+134=237 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.27% from 237); Green value is 100 (39.45% from 255 or 42.19% from 237); Blue value is 134 (52.73% from 255 or 56.54% from 237); Max value from RGB is 134 - color contains mainly: blue. Hex color #036486 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036486 is #FC9B79. Grayscale: #4A4A4A. Windows color (decimal): -16554874 or 8807427. OLE color: 8807427.

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

Color convert

RGB 3 100 134 -
CMYK 0.98 0.25 0 0.47
HSL 195.57º 0.96% 0.27% -
HSV(B) 195.57º 0.98% 0.53% -
XYZ 8.9 10.85 24.18 -
YUV 74.87 161.36 76.74 -
System Red Green Blue C M Y K H S L
Decimal 3 100 134 0.98 0.25 0 0.47 195.57 0.96 0.27
Hex 3 64 86 62 19 0 2F C4 60 1B
Octal 3 144 206 142 31 0 57 304 140 33
Binary 11 1100100 10000110 1100010 11001 0 101111 11000100 1100000 11011

Color Harmonies of #036486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036486

Black with #036486

Text Example


Text Example

White with #036486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036486; }

 p { color: rgb(3,100,134); }

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

background-color css

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

 a { background-color: rgb(3,100,134); }

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

border-color css

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

 span { border-color: rgb(3,100,134); }

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