#03556F

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

Shades of Blue Lagoon #03556F

Tints of Blue Lagoon #03556F

Color information

#03556F (or 0x03556F) is unknown color: approx Blue Lagoon. HEX triplet: 03, 55 and 6F. RGB value is (3,85,111). Sum of RGB (Red+Green+Blue) = 3+85+111=199 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.51% from 199); Green value is 85 (33.59% from 255 or 42.71% from 199); Blue value is 111 (43.75% from 255 or 55.78% from 199); Max value from RGB is 111 - color contains mainly: blue. Hex color #03556F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03556F is #FCAA90. Grayscale: #3F3F3F. Windows color (decimal): -16558737 or 7296259. OLE color: 7296259.

HSL color Cylindrical-coordinate representation of color #03556F: hue angle of 194.44º 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 #03556F is Cyan = 0.97, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB385111-
CMYK0.970.2300.56
HSL194.44º94.74%22.35%-
HSV(B)194.44º97.3%43.53%-
XYZ6.167.6616.19-
YUV63.45154.8384.89-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.51%
GREEN value IS 85 (33.59% from 255) = 42.71%
BLUE value IS 111 (43.75% from 255) = 55.78%
R=1.51%
G=42.71%
B=55.78%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3851110.970.2300.56194.4494.7422.35
Hex3556F6117038c25f16
Octal31251571412707030213726
Binary1110101011101111110000110111011100011000010101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03556F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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