#035D75

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

Shades of Blue Lagoon #035D75

Tints of Blue Lagoon #035D75

Color information

#035D75 (or 0x035D75) is unknown color: approx Blue Lagoon. HEX triplet: 03, 5D and 75. RGB value is (3,93,117). Sum of RGB (Red+Green+Blue) = 3+93+117=213 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.41% from 213); Green value is 93 (36.72% from 255 or 43.66% from 213); Blue value is 117 (46.09% from 255 or 54.93% from 213); Max value from RGB is 117 - color contains mainly: blue. Hex color #035D75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035D75 is #FCA28A. Grayscale: #444444. Windows color (decimal): -16556683 or 7691523. OLE color: 7691523.

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

Color convert

RGB393117-
CMYK0.970.2100.54
HSL192.63º95%23.53%-
HSV(B)192.63º97.44%45.88%-
XYZ7.169.1318.21-
YUV68.83155.1881.05-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.41%
GREEN value IS 93 (36.72% from 255) = 43.66%
BLUE value IS 117 (46.09% from 255) = 54.93%
R=1.41%
G=43.66%
B=54.93%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal3931170.970.2100.54192.639523.53
Hex35D756115036c15f18
Octal31351651412506630113730
Binary1110111011110101110000110101011011011000001101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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