Html Css Color HEX #036982 Blue Lagoon

📋 copy color: '#036982'

red 3 ◦ green 105 ◦ blue 130

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

Shades of Blue Lagoon #036982

Tints of Blue Lagoon #036982

RGB

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

 GREEN value IS 105 (41.41% from 255) = 44.12%

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

R = 1.26%
G = 44.12%
B = 54.62%

CMYK

 C value IS 0.98

 M value IS 0.19

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#036982 (or 0x036982) is known color: Blue Lagoon. HEX triplet: 03, 69 and 82. RGB value is (3,105,130). Sum of RGB (Red+Green+Blue) = 3+105+130=238 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.26% from 238); Green value is 105 (41.41% from 255 or 44.12% from 238); Blue value is 130 (51.17% from 255 or 54.62% from 238); Max value from RGB is 130 - color contains mainly: blue. Hex color #036982 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036982 is #FC967D. Grayscale: #4D4D4D. Windows color (decimal): -16553598 or 8546563. OLE color: 8546563.

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

Color convert

RGB 3 105 130 -
CMYK 0.98 0.19 0 0.49
HSL 191.81º 0.95% 0.26% -
HSV(B) 191.81º 0.98% 0.51% -
XYZ 9.12 11.73 22.9 -
YUV 77.35 157.71 74.97 -
System Red Green Blue C M Y K H S L
Decimal 3 105 130 0.98 0.19 0 0.49 191.81 0.95 0.26
Hex 3 69 82 62 13 0 31 C0 5F 1A
Octal 3 151 202 142 23 0 61 300 137 32
Binary 11 1101001 10000010 1100010 10011 0 110001 11000000 1011111 11010

Color Harmonies of #036982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036982

Black with #036982

Text Example


Text Example

White with #036982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036982; }

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

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

background-color css

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

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

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

border-color css

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

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

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