#235377

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

Shades of Venice Blue #235377

Tints of Venice Blue #235377

Color information

#235377 (or 0x235377) is unknown color: approx Venice Blue. HEX triplet: 23, 53 and 77. RGB value is (35,83,119). Sum of RGB (Red+Green+Blue) = 35+83+119=237 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.77% from 237); Green value is 83 (32.81% from 255 or 35.02% from 237); Blue value is 119 (46.88% from 255 or 50.21% from 237); Max value from RGB is 119 - color contains mainly: blue. Hex color #235377 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235377 is #DCAC88. Grayscale: #484848. Windows color (decimal): -14462089 or 7820067. OLE color: 7820067.

HSL color Cylindrical-coordinate representation of color #235377: hue angle of 205.71º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #235377 is Cyan = 0.71, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3583119-
CMYK0.710.3000.53
HSL205.71º54.55%30.2%-
HSV(B)205.71º70.59%46.67%-
XYZ7.127.8818.6-
YUV72.75154.1101.07-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.77%
GREEN value IS 83 (32.81% from 255) = 35.02%
BLUE value IS 119 (46.88% from 255) = 50.21%
R=14.77%
G=35.02%
B=50.21%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal35831190.710.3000.53205.7154.5530.2
Hex235377471E035ce371e
Octal43123167107360653166736
Binary1000111010011111011110001111111001101011100111011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235377; }

 p { color: rgb(35,83,119); }

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

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

 a { background-color: rgb(35,83,119); }

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

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

 span { border-color: rgb(35,83,119); }

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