#035A75

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

Shades of Blue Lagoon #035A75

Tints of Blue Lagoon #035A75

Color information

#035A75 (or 0x035A75) is unknown color: approx Blue Lagoon. HEX triplet: 03, 5A and 75. RGB value is (3,90,117). Sum of RGB (Red+Green+Blue) = 3+90+117=210 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.43% from 210); Green value is 90 (35.55% from 255 or 42.86% from 210); Blue value is 117 (46.09% from 255 or 55.71% from 210); Max value from RGB is 117 - color contains mainly: blue. Hex color #035A75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035A75 is #FCA58A. Grayscale: #424242. Windows color (decimal): -16557451 or 7690755. OLE color: 7690755.

HSL color Cylindrical-coordinate representation of color #035A75: hue angle of 194.21º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035A75 is Cyan = 0.97, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB390117-
CMYK0.970.2300.54
HSL194.21º95%23.53%-
HSV(B)194.21º97.44%45.88%-
XYZ6.98.6218.13-
YUV67.06156.1882.3-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.43%
GREEN value IS 90 (35.55% from 255) = 42.86%
BLUE value IS 117 (46.09% from 255) = 55.71%
R=1.43%
G=42.86%
B=55.71%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal3901170.970.2300.54194.219523.53
Hex35A756117036c25f18
Octal31321651412706630213730
Binary1110110101110101110000110111011011011000010101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035A75; }

 p { color: rgb(3,90,117); }

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

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

 a { background-color: rgb(3,90,117); }

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

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

 span { border-color: rgb(3,90,117); }

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