#03586F

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

Shades of Blue Lagoon #03586F

Tints of Blue Lagoon #03586F

Color information

#03586F (or 0x03586F) is unknown color: approx Blue Lagoon. HEX triplet: 03, 58 and 6F. RGB value is (3,88,111). Sum of RGB (Red+Green+Blue) = 3+88+111=202 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.49% from 202); Green value is 88 (34.77% from 255 or 43.56% from 202); Blue value is 111 (43.75% from 255 or 54.95% from 202); Max value from RGB is 111 - color contains mainly: blue. Hex color #03586F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03586F is #FCA790. Grayscale: #414141. Windows color (decimal): -16557969 or 7297027. OLE color: 7297027.

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

Color convert

RGB388111-
CMYK0.970.2100.56
HSL192.78º94.74%22.35%-
HSV(B)192.78º97.3%43.53%-
XYZ6.48.1516.27-
YUV65.21153.8483.63-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.49%
GREEN value IS 88 (34.77% from 255) = 43.56%
BLUE value IS 111 (43.75% from 255) = 54.95%
R=1.49%
G=43.56%
B=54.95%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3881110.970.2100.56192.7894.7422.35
Hex3586F6115038c15f16
Octal31301571412507030113726
Binary1110110001101111110000110101011100011000001101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03586F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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