#03536F

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

Shades of Blue Lagoon #03536F

Tints of Blue Lagoon #03536F

Color information

#03536F (or 0x03536F) is unknown color: approx Blue Lagoon. HEX triplet: 03, 53 and 6F. RGB value is (3,83,111). Sum of RGB (Red+Green+Blue) = 3+83+111=197 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.52% from 197); Green value is 83 (32.81% from 255 or 42.13% from 197); Blue value is 111 (43.75% from 255 or 56.35% from 197); Max value from RGB is 111 - color contains mainly: blue. Hex color #03536F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03536F is #FCAC90. Grayscale: #3E3E3E. Windows color (decimal): -16559249 or 7295747. OLE color: 7295747.

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

Color convert

RGB383111-
CMYK0.970.2500.56
HSL195.56º94.74%22.35%-
HSV(B)195.56º97.3%43.53%-
XYZ67.3516.14-
YUV62.27155.585.72-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.52%
GREEN value IS 83 (32.81% from 255) = 42.13%
BLUE value IS 111 (43.75% from 255) = 56.35%
R=1.52%
G=42.13%
B=56.35%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3831110.970.2500.56195.5694.7422.35
Hex3536F6119038c45f16
Octal31231571413107030413726
Binary1110100111101111110000111001011100011000100101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03536F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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