Html Css Color HEX #036680 Blue Lagoon

📋 copy color: '#036680'

red 3 ◦ green 102 ◦ blue 128

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

Shades of Blue Lagoon #036680

Tints of Blue Lagoon #036680

RGB

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

 GREEN value IS 102 (40.23% from 255) = 43.78%

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

R = 1.29%
G = 43.78%
B = 54.94%

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

#036680 (or 0x036680) is known color: Blue Lagoon. HEX triplet: 03, 66 and 80. RGB value is (3,102,128). Sum of RGB (Red+Green+Blue) = 3+102+128=233 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.29% from 233); Green value is 102 (40.23% from 255 or 43.78% from 233); Blue value is 128 (50.39% from 255 or 54.94% from 233); Max value from RGB is 128 - color contains mainly: blue. Hex color #036680 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036680 is #FC997F. Grayscale: #4B4B4B. Windows color (decimal): -16554368 or 8414723. OLE color: 8414723.

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

Color convert

RGB 3 102 128 -
CMYK 0.98 0.20 0 0.50
HSL 192.48º 0.95% 0.26% -
HSV(B) 192.48º 0.98% 0.5% -
XYZ 8.69 11.08 22.1 -
YUV 75.36 157.7 76.39 -
System Red Green Blue C M Y K H S L
Decimal 3 102 128 0.98 0.20 0 0.50 192.48 0.95 0.26
Hex 3 66 80 62 14 0 32 C0 5F 1A
Octal 3 146 200 142 24 0 62 300 137 32
Binary 11 1100110 10000000 1100010 10100 0 110010 11000000 1011111 11010

Color Harmonies of #036680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036680

Black with #036680

Text Example


Text Example

White with #036680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036680; }

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

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

background-color css

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

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

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

border-color css

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

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

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