Html Css Color HEX #234970 Venice Blue

📋 copy color: '#234970'

red 35 ◦ green 73 ◦ blue 112

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

Shades of Venice Blue #234970

Tints of Venice Blue #234970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 50.91%

R = 15.91%
G = 33.18%
B = 50.91%

CMYK

 C value IS 0.69

 M value IS 0.35

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#234970 (or 0x234970) is known color: Venice Blue. HEX triplet: 23, 49 and 70. RGB value is (35,73,112). Sum of RGB (Red+Green+Blue) = 35+73+112=220 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.91% from 220); Green value is 73 (28.91% from 255 or 33.18% from 220); Blue value is 112 (44.14% from 255 or 50.91% from 220); Max value from RGB is 112 - color contains mainly: blue. Hex color #234970 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234970 is #DCB68F. Grayscale: #414141. Windows color (decimal): -14464656 or 7358755. OLE color: 7358755.

HSL color Cylindrical-coordinate representation of color #234970: hue angle of 210.39º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #234970 is Cyan = 0.69, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 35 73 112 -
CMYK 0.69 0.35 0 0.56
HSL 210.39º 0.52% 0.29% -
HSV(B) 210.39º 0.69% 0.44% -
XYZ 6 6.29 16.23 -
YUV 66.08 153.91 105.83 -
System Red Green Blue C M Y K H S L
Decimal 35 73 112 0.69 0.35 0 0.56 210.39 0.52 0.29
Hex 23 49 70 45 23 0 38 D2 34 1D
Octal 43 111 160 105 43 0 70 322 64 35
Binary 100011 1001001 1110000 1000101 100011 0 111000 11010010 110100 11101

Color Harmonies of #234970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234970

Black with #234970

Text Example


Text Example

White with #234970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #234970; }

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

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

background-color css

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

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

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

border-color css

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

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

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