#035370

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

Shades of Blue Lagoon #035370

Tints of Blue Lagoon #035370

Color information

#035370 (or 0x035370) is unknown color: approx Blue Lagoon. HEX triplet: 03, 53 and 70. RGB value is (3,83,112). Sum of RGB (Red+Green+Blue) = 3+83+112=198 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.52% from 198); Green value is 83 (32.81% from 255 or 41.92% from 198); Blue value is 112 (44.14% from 255 or 56.57% from 198); Max value from RGB is 112 - color contains mainly: blue. Hex color #035370 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035370 is #FCAC8F. Grayscale: #3E3E3E. Windows color (decimal): -16559248 or 7361283. OLE color: 7361283.

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

Color convert

RGB383112-
CMYK0.970.2600.56
HSL195.96º94.78%22.55%-
HSV(B)195.96º97.32%43.92%-
XYZ6.067.3816.43-
YUV62.3915685.64-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.52%
GREEN value IS 83 (32.81% from 255) = 41.92%
BLUE value IS 112 (44.14% from 255) = 56.57%
R=1.52%
G=41.92%
B=56.57%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3831120.970.2600.56195.9694.7822.55
Hex35370611A038c45f17
Octal31231601413207030413727
Binary1110100111110000110000111010011100011000100101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035370; }

 p { color: rgb(3,83,112); }

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

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

 a { background-color: rgb(3,83,112); }

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

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

 span { border-color: rgb(3,83,112); }

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