Html Css Color HEX #036883 Blue Lagoon

📋 copy color: '#036883'

red 3 ◦ green 104 ◦ blue 131

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

Shades of Blue Lagoon #036883

Tints of Blue Lagoon #036883

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 55.04%

R = 1.26%
G = 43.7%
B = 55.04%

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

#036883 (or 0x036883) is known color: Blue Lagoon. HEX triplet: 03, 68 and 83. RGB value is (3,104,131). Sum of RGB (Red+Green+Blue) = 3+104+131=238 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.26% from 238); Green value is 104 (41.02% from 255 or 43.70% from 238); Blue value is 131 (51.56% from 255 or 55.04% from 238); Max value from RGB is 131 - color contains mainly: blue. Hex color #036883 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036883 is #FC977C. Grayscale: #4C4C4C. Windows color (decimal): -16553853 or 8611843. OLE color: 8611843.

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

Color convert

RGB 3 104 131 -
CMYK 0.98 0.21 0 0.49
HSL 192.66º 0.96% 0.26% -
HSV(B) 192.66º 0.98% 0.51% -
XYZ 9.08 11.56 23.22 -
YUV 76.88 158.54 75.3 -
System Red Green Blue C M Y K H S L
Decimal 3 104 131 0.98 0.21 0 0.49 192.66 0.96 0.26
Hex 3 68 83 62 15 0 31 C1 60 1A
Octal 3 150 203 142 25 0 61 301 140 32
Binary 11 1101000 10000011 1100010 10101 0 110001 11000001 1100000 11010

Color Harmonies of #036883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036883

Black with #036883

Text Example


Text Example

White with #036883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036883; }

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

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

background-color css

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

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

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

border-color css

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

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

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