Html Css Color HEX #234977 Venice Blue

📋 copy color: '#234977'

red 35 ◦ green 73 ◦ blue 119

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

Shades of Venice Blue #234977

Tints of Venice Blue #234977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 52.42%

R = 15.42%
G = 32.16%
B = 52.42%

CMYK

 C value IS 0.71

 M value IS 0.39

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#234977 (or 0x234977) is known color: Venice Blue. HEX triplet: 23, 49 and 77. RGB value is (35,73,119). Sum of RGB (Red+Green+Blue) = 35+73+119=227 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.42% from 227); Green value is 73 (28.91% from 255 or 32.16% from 227); Blue value is 119 (46.88% from 255 or 52.42% from 227); Max value from RGB is 119 - color contains mainly: blue. Hex color #234977 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234977 is #DCB688. Grayscale: #424242. Windows color (decimal): -14464649 or 7817507. OLE color: 7817507.

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

Color convert

RGB 35 73 119 -
CMYK 0.71 0.39 0 0.53
HSL 212.86º 0.55% 0.3% -
HSV(B) 212.86º 0.71% 0.47% -
XYZ 6.41 6.45 18.36 -
YUV 66.88 157.41 105.26 -
System Red Green Blue C M Y K H S L
Decimal 35 73 119 0.71 0.39 0 0.53 212.86 0.55 0.3
Hex 23 49 77 47 27 0 35 D5 37 1E
Octal 43 111 167 107 47 0 65 325 67 36
Binary 100011 1001001 1110111 1000111 100111 0 110101 11010101 110111 11110

Color Harmonies of #234977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234977

Black with #234977

Text Example


Text Example

White with #234977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #234977; }

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

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

background-color css

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

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

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

border-color css

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

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

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