#235274

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

Shades of Venice Blue #235274

Tints of Venice Blue #235274

Color information

#235274 (or 0x235274) is unknown color: approx Venice Blue. HEX triplet: 23, 52 and 74. RGB value is (35,82,116). Sum of RGB (Red+Green+Blue) = 35+82+116=233 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.02% from 233); Green value is 82 (32.42% from 255 or 35.19% from 233); Blue value is 116 (45.70% from 255 or 49.79% from 233); Max value from RGB is 116 - color contains mainly: blue. Hex color #235274 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235274 is #DCAD8B. Grayscale: #474747. Windows color (decimal): -14462348 or 7623203. OLE color: 7623203.

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

Color convert

RGB3582116-
CMYK0.700.2900.55
HSL205.19º53.64%29.61%-
HSV(B)205.19º69.83%45.49%-
XYZ6.867.6517.64-
YUV71.82152.93101.74-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.02%
GREEN value IS 82 (32.42% from 255) = 35.19%
BLUE value IS 116 (45.70% from 255) = 49.79%
R=15.02%
G=35.19%
B=49.79%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal35821160.700.2900.55205.1953.6429.61
Hex235274461D037cd361e
Octal43122164106350673156636
Binary1000111010010111010010001101110101101111100110111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235274; }

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

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

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

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

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

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

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

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