Html Css Color HEX #036780 Blue Lagoon

📋 copy color: '#036780'

red 3 ◦ green 103 ◦ blue 128

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

Shades of Blue Lagoon #036780

Tints of Blue Lagoon #036780

RGB

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

 GREEN value IS 103 (40.63% from 255) = 44.02%

 BLUE value IS 128 (50.39% from 255) = 54.7%

R = 1.28%
G = 44.02%
B = 54.7%

CMYK

 C value IS 0.98

 M value IS 0.20

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#036780 (or 0x036780) is known color: Blue Lagoon. HEX triplet: 03, 67 and 80. RGB value is (3,103,128). Sum of RGB (Red+Green+Blue) = 3+103+128=234 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.28% from 234); Green value is 103 (40.62% from 255 or 44.02% from 234); Blue value is 128 (50.39% from 255 or 54.70% from 234); Max value from RGB is 128 - color contains mainly: blue. Hex color #036780 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036780 is #FC987F. Grayscale: #4B4B4B. Windows color (decimal): -16554112 or 8414979. OLE color: 8414979.

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

Color convert

RGB 3 103 128 -
CMYK 0.98 0.20 0 0.50
HSL 192º 0.95% 0.26% -
HSV(B) 192º 0.98% 0.5% -
XYZ 8.78 11.28 22.14 -
YUV 75.95 157.37 75.97 -
System Red Green Blue C M Y K H S L
Decimal 3 103 128 0.98 0.20 0 0.50 192 0.95 0.26
Hex 3 67 80 62 14 0 32 C0 5F 1A
Octal 3 147 200 142 24 0 62 300 137 32
Binary 11 1100111 10000000 1100010 10100 0 110010 11000000 1011111 11010

Color Harmonies of #036780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036780

Black with #036780

Text Example


Text Example

White with #036780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036780; }

 p { color: rgb(3,103,128); }

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

background-color css

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

 a { background-color: rgb(3,103,128); }

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

border-color css

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

 span { border-color: rgb(3,103,128); }

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