#035672

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

Shades of Blue Lagoon #035672

Tints of Blue Lagoon #035672

Color information

#035672 (or 0x035672) is unknown color: approx Blue Lagoon. HEX triplet: 03, 56 and 72. RGB value is (3,86,114). Sum of RGB (Red+Green+Blue) = 3+86+114=203 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.48% from 203); Green value is 86 (33.98% from 255 or 42.36% from 203); Blue value is 114 (44.92% from 255 or 56.16% from 203); Max value from RGB is 114 - color contains mainly: blue. Hex color #035672 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035672 is #FCA98D. Grayscale: #404040. Windows color (decimal): -16558478 or 7493123. OLE color: 7493123.

HSL color Cylindrical-coordinate representation of color #035672: hue angle of 195.14º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035672 is Cyan = 0.97, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB386114-
CMYK0.970.2500.55
HSL195.14º94.87%22.94%-
HSV(B)195.14º97.37%44.71%-
XYZ6.47.8917.11-
YUV64.3815684.22-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.48%
GREEN value IS 86 (33.98% from 255) = 42.36%
BLUE value IS 114 (44.92% from 255) = 56.16%
R=1.48%
G=42.36%
B=56.16%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal3861140.970.2500.55195.1494.8722.94
Hex356726119037c35f17
Octal31261621413106730313727
Binary1110101101110010110000111001011011111000011101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035672; }

 p { color: rgb(3,86,114); }

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

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

 a { background-color: rgb(3,86,114); }

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

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

 span { border-color: rgb(3,86,114); }

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