Html Css Color HEX #234979 Venice Blue

📋 copy color: '#234979'

red 35 ◦ green 73 ◦ blue 121

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

Shades of Venice Blue #234979

Tints of Venice Blue #234979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 52.84%

R = 15.28%
G = 31.88%
B = 52.84%

CMYK

 C value IS 0.71

 M value IS 0.40

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#234979 (or 0x234979) is known color: Venice Blue. HEX triplet: 23, 49 and 79. RGB value is (35,73,121). Sum of RGB (Red+Green+Blue) = 35+73+121=229 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.28% from 229); Green value is 73 (28.91% from 255 or 31.88% from 229); Blue value is 121 (47.66% from 255 or 52.84% from 229); Max value from RGB is 121 - color contains mainly: blue. Hex color #234979 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234979 is #DCB686. Grayscale: #424242. Windows color (decimal): -14464647 or 7948579. OLE color: 7948579.

HSL color Cylindrical-coordinate representation of color #234979: hue angle of 213.49º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #234979 is Cyan = 0.71, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 35 73 121 -
CMYK 0.71 0.40 0 0.53
HSL 213.49º 0.55% 0.31% -
HSV(B) 213.49º 0.71% 0.47% -
XYZ 6.53 6.5 19 -
YUV 67.11 158.41 105.1 -
System Red Green Blue C M Y K H S L
Decimal 35 73 121 0.71 0.40 0 0.53 213.49 0.55 0.31
Hex 23 49 79 47 28 0 35 D5 37 1F
Octal 43 111 171 107 50 0 65 325 67 37
Binary 100011 1001001 1111001 1000111 101000 0 110101 11010101 110111 11111

Color Harmonies of #234979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234979

Black with #234979

Text Example


Text Example

White with #234979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #234979; }

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

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

background-color css

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

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

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

border-color css

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

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

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