#03536E

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

Shades of Blue Lagoon #03536E

Tints of Blue Lagoon #03536E

Color information

#03536E (or 0x03536E) is unknown color: approx Blue Lagoon. HEX triplet: 03, 53 and 6E. RGB value is (3,83,110). Sum of RGB (Red+Green+Blue) = 3+83+110=196 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.53% from 196); Green value is 83 (32.81% from 255 or 42.35% from 196); Blue value is 110 (43.36% from 255 or 56.12% from 196); Max value from RGB is 110 - color contains mainly: blue. Hex color #03536E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03536E is #FCAC91. Grayscale: #3D3D3D. Windows color (decimal): -16559250 or 7230211. OLE color: 7230211.

HSL color Cylindrical-coordinate representation of color #03536E: hue angle of 195.14º 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 #03536E is Cyan = 0.97, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB383110-
CMYK0.970.2500.57
HSL195.14º94.69%22.16%-
HSV(B)195.14º97.27%43.14%-
XYZ5.957.3315.85-
YUV62.1615585.8-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.53%
GREEN value IS 83 (32.81% from 255) = 42.35%
BLUE value IS 110 (43.36% from 255) = 56.12%
R=1.53%
G=42.35%
B=56.12%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal3831100.970.2500.57195.1494.6922.16
Hex3536E6119039c35f16
Octal31231561413107130313726
Binary1110100111101110110000111001011100111000011101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03536E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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