Html Css Color HEX #036681 Blue Lagoon

📋 copy color: '#036681'

red 3 ◦ green 102 ◦ blue 129

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

Shades of Blue Lagoon #036681

Tints of Blue Lagoon #036681

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 55.13%

R = 1.28%
G = 43.59%
B = 55.13%

CMYK

 C value IS 0.98

 M value IS 0.21

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#036681 (or 0x036681) is known color: Blue Lagoon. HEX triplet: 03, 66 and 81. RGB value is (3,102,129). Sum of RGB (Red+Green+Blue) = 3+102+129=234 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.28% from 234); Green value is 102 (40.23% from 255 or 43.59% from 234); Blue value is 129 (50.78% from 255 or 55.13% from 234); Max value from RGB is 129 - color contains mainly: blue. Hex color #036681 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036681 is #FC997E. Grayscale: #4B4B4B. Windows color (decimal): -16554367 or 8480259. OLE color: 8480259.

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

Color convert

RGB 3 102 129 -
CMYK 0.98 0.21 0 0.49
HSL 192.86º 0.95% 0.26% -
HSV(B) 192.86º 0.98% 0.51% -
XYZ 8.75 11.11 22.45 -
YUV 75.48 158.2 76.3 -
System Red Green Blue C M Y K H S L
Decimal 3 102 129 0.98 0.21 0 0.49 192.86 0.95 0.26
Hex 3 66 81 62 15 0 31 C1 5F 1A
Octal 3 146 201 142 25 0 61 301 137 32
Binary 11 1100110 10000001 1100010 10101 0 110001 11000001 1011111 11010

Color Harmonies of #036681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036681

Black with #036681

Text Example


Text Example

White with #036681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036681; }

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

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

background-color css

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

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

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

border-color css

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

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

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