Html Css Color HEX #234878 Venice Blue

📋 copy color: '#234878'

red 35 ◦ green 72 ◦ blue 120

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

Shades of Venice Blue #234878

Tints of Venice Blue #234878

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 52.86%

R = 15.42%
G = 31.72%
B = 52.86%

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

#234878 (or 0x234878) is known color: Venice Blue. HEX triplet: 23, 48 and 78. RGB value is (35,72,120). Sum of RGB (Red+Green+Blue) = 35+72+120=227 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.42% from 227); Green value is 72 (28.52% from 255 or 31.72% from 227); Blue value is 120 (47.27% from 255 or 52.86% from 227); Max value from RGB is 120 - color contains mainly: blue. Hex color #234878 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234878 is #DCB787. Grayscale: #424242. Windows color (decimal): -14464904 or 7882787. OLE color: 7882787.

HSL color Cylindrical-coordinate representation of color #234878: hue angle of 213.88º 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 #234878 is Cyan = 0.71, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 35 72 120 -
CMYK 0.71 0.40 0 0.53
HSL 213.88º 0.55% 0.3% -
HSV(B) 213.88º 0.71% 0.47% -
XYZ 6.4 6.35 18.66 -
YUV 66.41 158.24 105.6 -
System Red Green Blue C M Y K H S L
Decimal 35 72 120 0.71 0.40 0 0.53 213.88 0.55 0.3
Hex 23 48 78 47 28 0 35 D6 37 1E
Octal 43 110 170 107 50 0 65 326 67 36
Binary 100011 1001000 1111000 1000111 101000 0 110101 11010110 110111 11110

Color Harmonies of #234878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234878

Black with #234878

Text Example


Text Example

White with #234878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #234878; }

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

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

background-color css

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

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

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

border-color css

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

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

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