#234F74

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

Shades of Venice Blue #234F74

Tints of Venice Blue #234F74

Color information

#234F74 (or 0x234F74) is unknown color: approx Venice Blue. HEX triplet: 23, 4F and 74. RGB value is (35,79,116). Sum of RGB (Red+Green+Blue) = 35+79+116=230 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.22% from 230); Green value is 79 (31.25% from 255 or 34.35% from 230); Blue value is 116 (45.70% from 255 or 50.43% from 230); Max value from RGB is 116 - color contains mainly: blue. Hex color #234F74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #234F74 is #DCB08B. Grayscale: #454545. Windows color (decimal): -14463116 or 7622435. OLE color: 7622435.

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

Color convert

RGB3579116-
CMYK0.700.3200.55
HSL207.41º53.64%29.61%-
HSV(B)207.41º69.83%45.49%-
XYZ6.647.2117.56-
YUV70.06153.92102.99-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.22%
GREEN value IS 79 (31.25% from 255) = 34.35%
BLUE value IS 116 (45.70% from 255) = 50.43%
R=15.22%
G=34.35%
B=50.43%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal35791160.700.3200.55207.4153.6429.61
Hex234F744620037cf361e
Octal43117164106400673176636
Binary10001110011111110100100011010000001101111100111111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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