Html Css Color HEX #234976 Venice Blue

📋 copy color: '#234976'

red 35 ◦ green 73 ◦ blue 118

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

Shades of Venice Blue #234976

Tints of Venice Blue #234976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 52.21%

R = 15.49%
G = 32.3%
B = 52.21%

CMYK

 C value IS 0.70

 M value IS 0.38

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#234976 (or 0x234976) is known color: Venice Blue. HEX triplet: 23, 49 and 76. RGB value is (35,73,118). Sum of RGB (Red+Green+Blue) = 35+73+118=226 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.49% from 226); Green value is 73 (28.91% from 255 or 32.30% from 226); Blue value is 118 (46.48% from 255 or 52.21% from 226); Max value from RGB is 118 - color contains mainly: blue. Hex color #234976 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234976 is #DCB689. Grayscale: #424242. Windows color (decimal): -14464650 or 7751971. OLE color: 7751971.

HSL color Cylindrical-coordinate representation of color #234976: hue angle of 212.53º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #234976 is Cyan = 0.70, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 35 73 118 -
CMYK 0.70 0.38 0 0.54
HSL 212.53º 0.54% 0.3% -
HSV(B) 212.53º 0.7% 0.46% -
XYZ 6.35 6.43 18.05 -
YUV 66.77 156.91 105.34 -
System Red Green Blue C M Y K H S L
Decimal 35 73 118 0.70 0.38 0 0.54 212.53 0.54 0.3
Hex 23 49 76 46 26 0 36 D5 36 1E
Octal 43 111 166 106 46 0 66 325 66 36
Binary 100011 1001001 1110110 1000110 100110 0 110110 11010101 110110 11110

Color Harmonies of #234976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234976

Black with #234976

Text Example


Text Example

White with #234976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #234976; }

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

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

background-color css

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

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

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

border-color css

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

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

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