#235071

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

Shades of Venice Blue #235071

Tints of Venice Blue #235071

Color information

#235071 (or 0x235071) is unknown color: approx Venice Blue. HEX triplet: 23, 50 and 71. RGB value is (35,80,113). Sum of RGB (Red+Green+Blue) = 35+80+113=228 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.35% from 228); Green value is 80 (31.64% from 255 or 35.09% from 228); Blue value is 113 (44.53% from 255 or 49.56% from 228); Max value from RGB is 113 - color contains mainly: blue. Hex color #235071 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235071 is #DCAF8E. Grayscale: #464646. Windows color (decimal): -14462863 or 7426083. OLE color: 7426083.

HSL color Cylindrical-coordinate representation of color #235071: hue angle of 205.38º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #235071 is Cyan = 0.69, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3580113-
CMYK0.690.2900.56
HSL205.38º52.7%29.02%-
HSV(B)205.38º69.03%44.31%-
XYZ6.547.2916.68-
YUV70.31152.09102.82-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.35%
GREEN value IS 80 (31.64% from 255) = 35.09%
BLUE value IS 113 (44.53% from 255) = 49.56%
R=15.35%
G=35.09%
B=49.56%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal35801130.690.2900.56205.3852.729.02
Hex235071451D038cd351d
Octal43120161105350703156535
Binary1000111010000111000110001011110101110001100110111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235071; }

 p { color: rgb(35,80,113); }

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

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

 a { background-color: rgb(35,80,113); }

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

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

 span { border-color: rgb(35,80,113); }

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