Html Css Color HEX #234573 Venice Blue

📋 copy color: '#234573'

red 35 ◦ green 69 ◦ blue 115

#234573
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Venice Blue #234573

Tints of Venice Blue #234573

RGB

 RED value IS 35 (14.06% from 255) = 15.98%

 GREEN value IS 69 (27.34% from 255) = 31.51%

 BLUE value IS 115 (45.31% from 255) = 52.51%

R = 15.98%
G = 31.51%
B = 52.51%

CMYK

 C value IS 0.70

 M value IS 0.4

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#234573 (or 0x234573) is known color: Venice Blue. HEX triplet: 23, 45 and 73. RGB value is (35,69,115). Sum of RGB (Red+Green+Blue) = 35+69+115=219 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.98% from 219); Green value is 69 (27.34% from 255 or 31.51% from 219); Blue value is 115 (45.31% from 255 or 52.51% from 219); Max value from RGB is 115 - color contains mainly: blue. Hex color #234573 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234573 is #DCBA8C. Grayscale: #3F3F3F. Windows color (decimal): -14465677 or 7554339. OLE color: 7554339.

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

Color convert

RGB 35 69 115 -
CMYK 0.70 0.4 0 0.55
HSL 214.5º 0.53% 0.29% -
HSV(B) 214.5º 0.7% 0.45% -
XYZ 5.92 5.85 17.04 -
YUV 64.08 156.74 107.26 -
System Red Green Blue C M Y K H S L
Decimal 35 69 115 0.70 0.4 0 0.55 214.5 0.53 0.29
Hex 23 45 73 46 28 0 37 D6 35 1D
Octal 43 105 163 106 50 0 67 326 65 35
Binary 100011 1000101 1110011 1000110 101000 0 110111 11010110 110101 11101

Color Harmonies of #234573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234573

Black with #234573

Text Example


Text Example

White with #234573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #234573; }

 p { color: rgb(35,69,115); }

 H1.HeaderClassName
 {
   color: #234573;
 }
 .AnyTagClassName
 {
   color: #234573;
 }
</style>

background-color css

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

 a { background-color: rgb(35,69,115); }

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

border-color css

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

 span { border-color: rgb(35,69,115); }

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