#03536D

Color #03536D Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #03536D

Tints of Blue Lagoon #03536D

Color information

#03536D (or 0x03536D) is unknown color: approx Blue Lagoon. HEX triplet: 03, 53 and 6D. RGB value is (3,83,109). Sum of RGB (Red+Green+Blue) = 3+83+109=195 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.54% from 195); Green value is 83 (32.81% from 255 or 42.56% from 195); Blue value is 109 (42.97% from 255 or 55.90% from 195); Max value from RGB is 109 - color contains mainly: blue. Hex color #03536D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03536D is #FCAC92. Grayscale: #3D3D3D. Windows color (decimal): -16559251 or 7164675. OLE color: 7164675.

HSL color Cylindrical-coordinate representation of color #03536D: hue angle of 194.72º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03536D is Cyan = 0.97, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB383109-
CMYK0.970.2400.57
HSL194.72º94.64%21.96%-
HSV(B)194.72º97.25%42.75%-
XYZ5.897.3115.57-
YUV62.04154.585.89-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.54%
GREEN value IS 83 (32.81% from 255) = 42.56%
BLUE value IS 109 (42.97% from 255) = 55.90%
R=1.54%
G=42.56%
B=55.90%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal3831090.970.2400.57194.7294.6421.96
Hex3536D6118039c35f16
Octal31231551413007130313726
Binary1110100111101101110000111000011100111000011101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03536D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03536D; }

 p { color: rgb(3,83,109); }

 H1.HeaderClassName
 {
   color: #03536D;
 }
 .AnyTagClassName
 {
   color: #03536D;
 }
</style>
background-color css

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

 a { background-color: rgb(3,83,109); }

 div.DivClassName
 {
   background-color: #03536D;
 }
 .BgClassName
 {
   background-color: #03536D;
 }
</style>
border-color css

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

 span { border-color: rgb(3,83,109); }

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