Html Css Color HEX #234A78 Venice Blue

📋 copy color: '#234A78'

red 35 ◦ green 74 ◦ blue 120

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

Shades of Venice Blue #234A78

Tints of Venice Blue #234A78

RGB

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

 GREEN value IS 74 (29.3% from 255) = 32.31%

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

R = 15.28%
G = 32.31%
B = 52.4%

CMYK

 C value IS 0.71

 M value IS 0.38

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#234A78 (or 0x234A78) is known color: Venice Blue. HEX triplet: 23, 4A and 78. RGB value is (35,74,120). Sum of RGB (Red+Green+Blue) = 35+74+120=229 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.28% from 229); Green value is 74 (29.30% from 255 or 32.31% from 229); Blue value is 120 (47.27% from 255 or 52.40% from 229); Max value from RGB is 120 - color contains mainly: blue. Hex color #234A78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234A78 is #DCB587. Grayscale: #434343. Windows color (decimal): -14464392 or 7883299. OLE color: 7883299.

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

Color convert

RGB 35 74 120 -
CMYK 0.71 0.38 0 0.53
HSL 212.47º 0.55% 0.3% -
HSV(B) 212.47º 0.71% 0.47% -
XYZ 6.53 6.61 18.7 -
YUV 67.58 157.58 104.76 -
System Red Green Blue C M Y K H S L
Decimal 35 74 120 0.71 0.38 0 0.53 212.47 0.55 0.3
Hex 23 4A 78 47 26 0 35 D4 37 1E
Octal 43 112 170 107 46 0 65 324 67 36
Binary 100011 1001010 1111000 1000111 100110 0 110101 11010100 110111 11110

Color Harmonies of #234A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234A78

Black with #234A78

Text Example


Text Example

White with #234A78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #234A78; }

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

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

background-color css

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

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

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

border-color css

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

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

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