#035572

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

Shades of Blue Lagoon #035572

Tints of Blue Lagoon #035572

Color information

#035572 (or 0x035572) is unknown color: approx Blue Lagoon. HEX triplet: 03, 55 and 72. RGB value is (3,85,114). Sum of RGB (Red+Green+Blue) = 3+85+114=202 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.49% from 202); Green value is 85 (33.59% from 255 or 42.08% from 202); Blue value is 114 (44.92% from 255 or 56.44% from 202); Max value from RGB is 114 - color contains mainly: blue. Hex color #035572 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035572 is #FCAA8D. Grayscale: #3F3F3F. Windows color (decimal): -16558734 or 7492867. OLE color: 7492867.

HSL color Cylindrical-coordinate representation of color #035572: hue angle of 195.68º 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 #035572 is Cyan = 0.97, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB385114-
CMYK0.970.2500.55
HSL195.68º94.87%22.94%-
HSV(B)195.68º97.37%44.71%-
XYZ6.327.7317.08-
YUV63.79156.3384.64-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.49%
GREEN value IS 85 (33.59% from 255) = 42.08%
BLUE value IS 114 (44.92% from 255) = 56.44%
R=1.49%
G=42.08%
B=56.44%

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
Decimal3851140.970.2500.55195.6894.8722.94
Hex355726119037c45f17
Octal31251621413106730413727
Binary1110101011110010110000111001011011111000100101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035572; }

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

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

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

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

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

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

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

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