#235072

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

Shades of Venice Blue #235072

Tints of Venice Blue #235072

Color information

#235072 (or 0x235072) is unknown color: approx Venice Blue. HEX triplet: 23, 50 and 72. RGB value is (35,80,114). Sum of RGB (Red+Green+Blue) = 35+80+114=229 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.28% from 229); Green value is 80 (31.64% from 255 or 34.93% from 229); Blue value is 114 (44.92% from 255 or 49.78% from 229); Max value from RGB is 114 - color contains mainly: blue. Hex color #235072 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235072 is #DCAF8D. Grayscale: #464646. Windows color (decimal): -14462862 or 7491619. OLE color: 7491619.

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

Color convert

RGB3580114-
CMYK0.690.3000.55
HSL205.82º53.02%29.22%-
HSV(B)205.82º69.3%44.71%-
XYZ6.67.3116.98-
YUV70.42152.59102.74-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.28%
GREEN value IS 80 (31.64% from 255) = 34.93%
BLUE value IS 114 (44.92% from 255) = 49.78%
R=15.28%
G=34.93%
B=49.78%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal35801140.690.3000.55205.8253.0229.22
Hex235072451E037ce351d
Octal43120162105360673166535
Binary1000111010000111001010001011111001101111100111011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235072; }

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

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

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

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

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

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

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

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