Html Css Color HEX #234973 Venice Blue

📋 copy color: '#234973'

red 35 ◦ green 73 ◦ blue 115

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

Shades of Venice Blue #234973

Tints of Venice Blue #234973

RGB

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

 GREEN value IS 73 (28.91% from 255) = 32.74%

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

R = 15.7%
G = 32.74%
B = 51.57%

CMYK

 C value IS 0.70

 M value IS 0.37

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#234973 (or 0x234973) is known color: Venice Blue. HEX triplet: 23, 49 and 73. RGB value is (35,73,115). Sum of RGB (Red+Green+Blue) = 35+73+115=223 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.70% from 223); Green value is 73 (28.91% from 255 or 32.74% from 223); Blue value is 115 (45.31% from 255 or 51.57% from 223); Max value from RGB is 115 - color contains mainly: blue. Hex color #234973 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234973 is #DCB68C. Grayscale: #424242. Windows color (decimal): -14464653 or 7555363. OLE color: 7555363.

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

Color convert

RGB 35 73 115 -
CMYK 0.70 0.37 0 0.55
HSL 211.5º 0.53% 0.29% -
HSV(B) 211.5º 0.7% 0.45% -
XYZ 6.17 6.36 17.12 -
YUV 66.43 155.41 105.58 -
System Red Green Blue C M Y K H S L
Decimal 35 73 115 0.70 0.37 0 0.55 211.5 0.53 0.29
Hex 23 49 73 46 25 0 37 D4 35 1D
Octal 43 111 163 106 45 0 67 324 65 35
Binary 100011 1001001 1110011 1000110 100101 0 110111 11010100 110101 11101

Color Harmonies of #234973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234973

Black with #234973

Text Example


Text Example

White with #234973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #234973; }

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

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

background-color css

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

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

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

border-color css

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

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

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