#035B76

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

Shades of Blue Lagoon #035B76

Tints of Blue Lagoon #035B76

Color information

#035B76 (or 0x035B76) is unknown color: approx Blue Lagoon. HEX triplet: 03, 5B and 76. RGB value is (3,91,118). Sum of RGB (Red+Green+Blue) = 3+91+118=212 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.42% from 212); Green value is 91 (35.94% from 255 or 42.92% from 212); Blue value is 118 (46.48% from 255 or 55.66% from 212); Max value from RGB is 118 - color contains mainly: blue. Hex color #035B76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035B76 is #FCA489. Grayscale: #434343. Windows color (decimal): -16557194 or 7756547. OLE color: 7756547.

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

Color convert

RGB391118-
CMYK0.970.2300.54
HSL194.09º95.04%23.73%-
HSV(B)194.09º97.46%46.27%-
XYZ7.058.8118.47-
YUV67.77156.3581.8-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.42%
GREEN value IS 91 (35.94% from 255) = 42.92%
BLUE value IS 118 (46.48% from 255) = 55.66%
R=1.42%
G=42.92%
B=55.66%

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
Decimal3911180.970.2300.54194.0995.0423.73
Hex35B766117036c25f18
Octal31331661412706630213730
Binary1110110111110110110000110111011011011000010101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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