Html Css Color HEX #036081 Blue Lagoon

📋 copy color: '#036081'

red 3 ◦ green 96 ◦ blue 129

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

Shades of Blue Lagoon #036081

Tints of Blue Lagoon #036081

RGB

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

 GREEN value IS 96 (37.89% from 255) = 42.11%

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

R = 1.32%
G = 42.11%
B = 56.58%

CMYK

 C value IS 0.98

 M value IS 0.26

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#036081 (or 0x036081) is known color: Blue Lagoon. HEX triplet: 03, 60 and 81. RGB value is (3,96,129). Sum of RGB (Red+Green+Blue) = 3+96+129=228 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.32% from 228); Green value is 96 (37.89% from 255 or 42.11% from 228); Blue value is 129 (50.78% from 255 or 56.58% from 228); Max value from RGB is 129 - color contains mainly: blue. Hex color #036081 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036081 is #FC9F7E. Grayscale: #474747. Windows color (decimal): -16555903 or 8478723. OLE color: 8478723.

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

Color convert

RGB 3 96 129 -
CMYK 0.98 0.26 0 0.49
HSL 195.71º 0.95% 0.26% -
HSV(B) 195.71º 0.98% 0.51% -
XYZ 8.18 9.97 22.26 -
YUV 71.96 160.19 78.82 -
System Red Green Blue C M Y K H S L
Decimal 3 96 129 0.98 0.26 0 0.49 195.71 0.95 0.26
Hex 3 60 81 62 1A 0 31 C4 5F 1A
Octal 3 140 201 142 32 0 61 304 137 32
Binary 11 1100000 10000001 1100010 11010 0 110001 11000100 1011111 11010

Color Harmonies of #036081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036081

Black with #036081

Text Example


Text Example

White with #036081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036081; }

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

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

background-color css

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

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

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

border-color css

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

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

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