#03556E

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

Shades of Blue Lagoon #03556E

Tints of Blue Lagoon #03556E

Color information

#03556E (or 0x03556E) is unknown color: approx Blue Lagoon. HEX triplet: 03, 55 and 6E. RGB value is (3,85,110). Sum of RGB (Red+Green+Blue) = 3+85+110=198 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.52% from 198); Green value is 85 (33.59% from 255 or 42.93% from 198); Blue value is 110 (43.36% from 255 or 55.56% from 198); Max value from RGB is 110 - color contains mainly: blue. Hex color #03556E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03556E is #FCAA91. Grayscale: #3F3F3F. Windows color (decimal): -16558738 or 7230723. OLE color: 7230723.

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

Color convert

RGB385110-
CMYK0.970.2300.57
HSL194.02º94.69%22.16%-
HSV(B)194.02º97.27%43.14%-
XYZ6.17.6415.91-
YUV63.33154.3384.97-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.52%
GREEN value IS 85 (33.59% from 255) = 42.93%
BLUE value IS 110 (43.36% from 255) = 55.56%
R=1.52%
G=42.93%
B=55.56%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal3851100.970.2300.57194.0294.6922.16
Hex3556E6117039c25f16
Octal31251561412707130213726
Binary1110101011101110110000110111011100111000010101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03556E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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