Html Css Color HEX #234874 Venice Blue

📋 copy color: '#234874'

red 35 ◦ green 72 ◦ blue 116

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

Shades of Venice Blue #234874

Tints of Venice Blue #234874

RGB

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

 GREEN value IS 72 (28.52% from 255) = 32.29%

 BLUE value IS 116 (45.7% from 255) = 52.02%

R = 15.7%
G = 32.29%
B = 52.02%

CMYK

 C value IS 0.70

 M value IS 0.38

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#234874 (or 0x234874) is known color: Venice Blue. HEX triplet: 23, 48 and 74. RGB value is (35,72,116). Sum of RGB (Red+Green+Blue) = 35+72+116=223 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.70% from 223); Green value is 72 (28.52% from 255 or 32.29% from 223); Blue value is 116 (45.70% from 255 or 52.02% from 223); Max value from RGB is 116 - color contains mainly: blue. Hex color #234874 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234874 is #DCB78B. Grayscale: #414141. Windows color (decimal): -14464908 or 7620643. OLE color: 7620643.

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

Color convert

RGB 35 72 116 -
CMYK 0.70 0.38 0 0.55
HSL 212.59º 0.54% 0.3% -
HSV(B) 212.59º 0.7% 0.45% -
XYZ 6.16 6.25 17.41 -
YUV 65.95 156.24 105.92 -
System Red Green Blue C M Y K H S L
Decimal 35 72 116 0.70 0.38 0 0.55 212.59 0.54 0.3
Hex 23 48 74 46 26 0 37 D5 36 1E
Octal 43 110 164 106 46 0 67 325 66 36
Binary 100011 1001000 1110100 1000110 100110 0 110111 11010101 110110 11110

Color Harmonies of #234874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234874

Black with #234874

Text Example


Text Example

White with #234874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #234874; }

 p { color: rgb(35,72,116); }

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

background-color css

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

 a { background-color: rgb(35,72,116); }

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

border-color css

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

 span { border-color: rgb(35,72,116); }

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