Html Css Color HEX #036082 Blue Lagoon

📋 copy color: '#036082'

red 3 ◦ green 96 ◦ blue 130

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

Shades of Blue Lagoon #036082

Tints of Blue Lagoon #036082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 56.77%

R = 1.31%
G = 41.92%
B = 56.77%

CMYK

 C value IS 0.98

 M value IS 0.26

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#036082 (or 0x036082) is known color: Blue Lagoon. HEX triplet: 03, 60 and 82. RGB value is (3,96,130). Sum of RGB (Red+Green+Blue) = 3+96+130=229 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.31% from 229); Green value is 96 (37.89% from 255 or 41.92% from 229); Blue value is 130 (51.17% from 255 or 56.77% from 229); Max value from RGB is 130 - color contains mainly: blue. Hex color #036082 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036082 is #FC9F7D. Grayscale: #474747. Windows color (decimal): -16555902 or 8544259. OLE color: 8544259.

HSL color Cylindrical-coordinate representation of color #036082: hue angle of 196.06º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #036082 is Cyan = 0.98, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 3 96 130 -
CMYK 0.98 0.26 0 0.49
HSL 196.06º 0.95% 0.26% -
HSV(B) 196.06º 0.98% 0.51% -
XYZ 8.25 10 22.61 -
YUV 72.07 160.69 78.74 -
System Red Green Blue C M Y K H S L
Decimal 3 96 130 0.98 0.26 0 0.49 196.06 0.95 0.26
Hex 3 60 82 62 1A 0 31 C4 5F 1A
Octal 3 140 202 142 32 0 61 304 137 32
Binary 11 1100000 10000010 1100010 11010 0 110001 11000100 1011111 11010

Color Harmonies of #036082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036082

Black with #036082

Text Example


Text Example

White with #036082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036082; }

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

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

background-color css

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

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

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

border-color css

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

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

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