Html Css Color HEX #036085 Blue Lagoon

📋 copy color: '#036085'

red 3 ◦ green 96 ◦ blue 133

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

Shades of Blue Lagoon #036085

Tints of Blue Lagoon #036085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 57.33%

R = 1.29%
G = 41.38%
B = 57.33%

CMYK

 C value IS 0.98

 M value IS 0.28

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#036085 (or 0x036085) is known color: Blue Lagoon. HEX triplet: 03, 60 and 85. RGB value is (3,96,133). Sum of RGB (Red+Green+Blue) = 3+96+133=232 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.29% from 232); Green value is 96 (37.89% from 255 or 41.38% from 232); Blue value is 133 (52.34% from 255 or 57.33% from 232); Max value from RGB is 133 - color contains mainly: blue. Hex color #036085 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036085 is #FC9F7A. Grayscale: #484848. Windows color (decimal): -16555899 or 8740867. OLE color: 8740867.

HSL color Cylindrical-coordinate representation of color #036085: hue angle of 197.08º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #036085 is Cyan = 0.98, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 3 96 133 -
CMYK 0.98 0.28 0 0.48
HSL 197.08º 0.96% 0.27% -
HSV(B) 197.08º 0.98% 0.52% -
XYZ 8.45 10.08 23.69 -
YUV 72.41 162.19 78.49 -
System Red Green Blue C M Y K H S L
Decimal 3 96 133 0.98 0.28 0 0.48 197.08 0.96 0.27
Hex 3 60 85 62 1C 0 30 C5 60 1B
Octal 3 140 205 142 34 0 60 305 140 33
Binary 11 1100000 10000101 1100010 11100 0 110000 11000101 1100000 11011

Color Harmonies of #036085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036085

Black with #036085

Text Example


Text Example

White with #036085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036085; }

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

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

background-color css

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

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

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

border-color css

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

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

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