Html Css Color HEX #036773 Blue Lagoon

📋 copy color: '#036773'

red 3 ◦ green 103 ◦ blue 115

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

Shades of Blue Lagoon #036773

Tints of Blue Lagoon #036773

RGB

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

 GREEN value IS 103 (40.63% from 255) = 46.61%

 BLUE value IS 115 (45.31% from 255) = 52.04%

R = 1.36%
G = 46.61%
B = 52.04%

CMYK

 C value IS 0.97

 M value IS 0.10

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#036773 (or 0x036773) is known color: Blue Lagoon. HEX triplet: 03, 67 and 73. RGB value is (3,103,115). Sum of RGB (Red+Green+Blue) = 3+103+115=221 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.36% from 221); Green value is 103 (40.62% from 255 or 46.61% from 221); Blue value is 115 (45.31% from 255 or 52.04% from 221); Max value from RGB is 115 - color contains mainly: blue. Hex color #036773 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036773 is #FC988C. Grayscale: #4A4A4A. Windows color (decimal): -16554125 or 7563011. OLE color: 7563011.

HSL color Cylindrical-coordinate representation of color #036773: hue angle of 186.43º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036773 is Cyan = 0.97, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 3 103 115 -
CMYK 0.97 0.10 0 0.55
HSL 186.43º 0.95% 0.23% -
HSV(B) 186.43º 0.97% 0.45% -
XYZ 7.98 10.96 17.91 -
YUV 74.47 150.87 77.02 -
System Red Green Blue C M Y K H S L
Decimal 3 103 115 0.97 0.10 0 0.55 186.43 0.95 0.23
Hex 3 67 73 61 A 0 37 BA 5F 17
Octal 3 147 163 141 12 0 67 272 137 27
Binary 11 1100111 1110011 1100001 1010 0 110111 10111010 1011111 10111

Color Harmonies of #036773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036773

Black with #036773

Text Example


Text Example

White with #036773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036773; }

 p { color: rgb(3,103,115); }

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

background-color css

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

 a { background-color: rgb(3,103,115); }

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

border-color css

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

 span { border-color: rgb(3,103,115); }

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