Html Css Color HEX #234772 Venice Blue

📋 copy color: '#234772'

red 35 ◦ green 71 ◦ blue 114

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

Shades of Venice Blue #234772

Tints of Venice Blue #234772

RGB

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

 GREEN value IS 71 (28.13% from 255) = 32.27%

 BLUE value IS 114 (44.92% from 255) = 51.82%

R = 15.91%
G = 32.27%
B = 51.82%

CMYK

 C value IS 0.69

 M value IS 0.38

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#234772 (or 0x234772) is known color: Venice Blue. HEX triplet: 23, 47 and 72. RGB value is (35,71,114). Sum of RGB (Red+Green+Blue) = 35+71+114=220 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.91% from 220); Green value is 71 (28.12% from 255 or 32.27% from 220); Blue value is 114 (44.92% from 255 or 51.82% from 220); Max value from RGB is 114 - color contains mainly: blue. Hex color #234772 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234772 is #DCB88D. Grayscale: #404040. Windows color (decimal): -14465166 or 7489315. OLE color: 7489315.

HSL color Cylindrical-coordinate representation of color #234772: hue angle of 212.66º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #234772 is Cyan = 0.69, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 35 71 114 -
CMYK 0.69 0.38 0 0.55
HSL 212.66º 0.53% 0.29% -
HSV(B) 212.66º 0.69% 0.45% -
XYZ 5.98 6.08 16.78 -
YUV 65.14 155.57 106.5 -
System Red Green Blue C M Y K H S L
Decimal 35 71 114 0.69 0.38 0 0.55 212.66 0.53 0.29
Hex 23 47 72 45 26 0 37 D5 35 1D
Octal 43 107 162 105 46 0 67 325 65 35
Binary 100011 1000111 1110010 1000101 100110 0 110111 11010101 110101 11101

Color Harmonies of #234772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234772

Black with #234772

Text Example


Text Example

White with #234772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #234772; }

 p { color: rgb(35,71,114); }

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

background-color css

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

 a { background-color: rgb(35,71,114); }

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

border-color css

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

 span { border-color: rgb(35,71,114); }

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