Html Css Color HEX #036582 Blue Lagoon

📋 copy color: '#036582'

red 3 ◦ green 101 ◦ blue 130

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

Shades of Blue Lagoon #036582

Tints of Blue Lagoon #036582

RGB

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

 GREEN value IS 101 (39.84% from 255) = 43.16%

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

R = 1.28%
G = 43.16%
B = 55.56%

CMYK

 C value IS 0.98

 M value IS 0.22

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#036582 (or 0x036582) is known color: Blue Lagoon. HEX triplet: 03, 65 and 82. RGB value is (3,101,130). Sum of RGB (Red+Green+Blue) = 3+101+130=234 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.28% from 234); Green value is 101 (39.84% from 255 or 43.16% from 234); Blue value is 130 (51.17% from 255 or 55.56% from 234); Max value from RGB is 130 - color contains mainly: blue. Hex color #036582 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036582 is #FC9A7D. Grayscale: #4A4A4A. Windows color (decimal): -16554622 or 8545539. OLE color: 8545539.

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

Color convert

RGB 3 101 130 -
CMYK 0.98 0.22 0 0.49
HSL 193.7º 0.95% 0.26% -
HSV(B) 193.7º 0.98% 0.51% -
XYZ 8.72 10.94 22.77 -
YUV 75 159.03 76.64 -
System Red Green Blue C M Y K H S L
Decimal 3 101 130 0.98 0.22 0 0.49 193.7 0.95 0.26
Hex 3 65 82 62 16 0 31 C2 5F 1A
Octal 3 145 202 142 26 0 61 302 137 32
Binary 11 1100101 10000010 1100010 10110 0 110001 11000010 1011111 11010

Color Harmonies of #036582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036582

Black with #036582

Text Example


Text Example

White with #036582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036582; }

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

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

background-color css

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

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

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

border-color css

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

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

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