#235275

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

Shades of Venice Blue #235275

Tints of Venice Blue #235275

Color information

#235275 (or 0x235275) is unknown color: approx Venice Blue. HEX triplet: 23, 52 and 75. RGB value is (35,82,117). Sum of RGB (Red+Green+Blue) = 35+82+117=234 (30% of max value = 765). Red value is 35 (14.06% from 255 or 14.96% from 234); Green value is 82 (32.42% from 255 or 35.04% from 234); Blue value is 117 (46.09% from 255 or 50% from 234); Max value from RGB is 117 - color contains mainly: blue. Hex color #235275 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235275 is #DCAD8A. Grayscale: #474747. Windows color (decimal): -14462347 or 7688739. OLE color: 7688739.

HSL color Cylindrical-coordinate representation of color #235275: hue angle of 205.61º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #235275 is Cyan = 0.70, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3582117-
CMYK0.700.3000.54
HSL205.61º53.95%29.8%-
HSV(B)205.61º70.09%45.88%-
XYZ6.927.6817.95-
YUV71.94153.43101.65-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.96%
GREEN value IS 82 (32.42% from 255) = 35.04%
BLUE value IS 117 (46.09% from 255) = 50%
R=14.96%
G=35.04%
B=50%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal35821170.700.3000.54205.6153.9529.8
Hex235275461E036ce361e
Octal43122165106360663166636
Binary1000111010010111010110001101111001101101100111011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235275; }

 p { color: rgb(35,82,117); }

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

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

 a { background-color: rgb(35,82,117); }

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

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

 span { border-color: rgb(35,82,117); }

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