Html Css Color HEX #036885 Blue Lagoon

📋 copy color: '#036885'

red 3 ◦ green 104 ◦ blue 133

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

Shades of Blue Lagoon #036885

Tints of Blue Lagoon #036885

RGB

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

 GREEN value IS 104 (41.02% from 255) = 43.33%

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

R = 1.25%
G = 43.33%
B = 55.42%

CMYK

 C value IS 0.98

 M value IS 0.22

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#036885 (or 0x036885) is known color: Blue Lagoon. HEX triplet: 03, 68 and 85. RGB value is (3,104,133). Sum of RGB (Red+Green+Blue) = 3+104+133=240 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.25% from 240); Green value is 104 (41.02% from 255 or 43.33% from 240); Blue value is 133 (52.34% from 255 or 55.42% from 240); Max value from RGB is 133 - color contains mainly: blue. Hex color #036885 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036885 is #FC977A. Grayscale: #4C4C4C. Windows color (decimal): -16553851 or 8742915. OLE color: 8742915.

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

Color convert

RGB 3 104 133 -
CMYK 0.98 0.22 0 0.48
HSL 193.38º 0.96% 0.27% -
HSV(B) 193.38º 0.98% 0.52% -
XYZ 9.22 11.61 23.95 -
YUV 77.11 159.54 75.14 -
System Red Green Blue C M Y K H S L
Decimal 3 104 133 0.98 0.22 0 0.48 193.38 0.96 0.27
Hex 3 68 85 62 16 0 30 C1 60 1B
Octal 3 150 205 142 26 0 60 301 140 33
Binary 11 1101000 10000101 1100010 10110 0 110000 11000001 1100000 11011

Color Harmonies of #036885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036885

Black with #036885

Text Example


Text Example

White with #036885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036885; }

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

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

background-color css

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

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

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

border-color css

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

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

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