#234F72

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

Shades of Venice Blue #234F72

Tints of Venice Blue #234F72

Color information

#234F72 (or 0x234F72) is unknown color: approx Venice Blue. HEX triplet: 23, 4F and 72. RGB value is (35,79,114). Sum of RGB (Red+Green+Blue) = 35+79+114=228 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.35% from 228); Green value is 79 (31.25% from 255 or 34.65% from 228); Blue value is 114 (44.92% from 255 or 50% from 228); Max value from RGB is 114 - color contains mainly: blue. Hex color #234F72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #234F72 is #DCB08D. Grayscale: #454545. Windows color (decimal): -14463118 or 7491363. OLE color: 7491363.

HSL color Cylindrical-coordinate representation of color #234F72: hue angle of 206.58º 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 #234F72 is Cyan = 0.69, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3579114-
CMYK0.690.3100.55
HSL206.58º53.02%29.22%-
HSV(B)206.58º69.3%44.71%-
XYZ6.537.1616.96-
YUV69.83152.92103.15-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.35%
GREEN value IS 79 (31.25% from 255) = 34.65%
BLUE value IS 114 (44.92% from 255) = 50%
R=15.35%
G=34.65%
B=50%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal35791140.690.3100.55206.5853.0229.22
Hex234F72451F037cf351d
Octal43117162105370673176535
Binary1000111001111111001010001011111101101111100111111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234F72; }

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

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

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

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

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

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

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

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