#035B73

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

Shades of Blue Lagoon #035B73

Tints of Blue Lagoon #035B73

Color information

#035B73 (or 0x035B73) is unknown color: approx Blue Lagoon. HEX triplet: 03, 5B and 73. RGB value is (3,91,115). Sum of RGB (Red+Green+Blue) = 3+91+115=209 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.44% from 209); Green value is 91 (35.94% from 255 or 43.54% from 209); Blue value is 115 (45.31% from 255 or 55.02% from 209); Max value from RGB is 115 - color contains mainly: blue. Hex color #035B73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035B73 is #FCA48C. Grayscale: #434343. Windows color (decimal): -16557197 or 7559939. OLE color: 7559939.

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

Color convert

RGB391115-
CMYK0.970.2100.55
HSL192.86º94.92%23.14%-
HSV(B)192.86º97.39%45.1%-
XYZ6.878.7417.54-
YUV67.42154.8582.05-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.44%
GREEN value IS 91 (35.94% from 255) = 43.54%
BLUE value IS 115 (45.31% from 255) = 55.02%
R=1.44%
G=43.54%
B=55.02%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal3911150.970.2100.55192.8694.9223.14
Hex35B736115037c15f17
Octal31331631412506730113727
Binary1110110111110011110000110101011011111000001101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,91,115); }

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

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

 a { background-color: rgb(3,91,115); }

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

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

 span { border-color: rgb(3,91,115); }

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