Html Css Color HEX #234A72 Venice Blue

📋 copy color: '#234A72'

red 35 ◦ green 74 ◦ blue 114

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

Shades of Venice Blue #234A72

Tints of Venice Blue #234A72

RGB

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

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

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

R = 15.7%
G = 33.18%
B = 51.12%

CMYK

 C value IS 0.69

 M value IS 0.35

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#234A72 (or 0x234A72) is known color: Venice Blue. HEX triplet: 23, 4A and 72. RGB value is (35,74,114). Sum of RGB (Red+Green+Blue) = 35+74+114=223 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.70% from 223); Green value is 74 (29.30% from 255 or 33.18% from 223); Blue value is 114 (44.92% from 255 or 51.12% from 223); Max value from RGB is 114 - color contains mainly: blue. Hex color #234A72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234A72 is #DCB58D. Grayscale: #424242. Windows color (decimal): -14464398 or 7490083. OLE color: 7490083.

HSL color Cylindrical-coordinate representation of color #234A72: hue angle of 210.38º 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 #234A72 is Cyan = 0.69, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 35 74 114 -
CMYK 0.69 0.35 0 0.55
HSL 210.38º 0.53% 0.29% -
HSV(B) 210.38º 0.69% 0.45% -
XYZ 6.18 6.47 16.84 -
YUV 66.9 154.58 105.25 -
System Red Green Blue C M Y K H S L
Decimal 35 74 114 0.69 0.35 0 0.55 210.38 0.53 0.29
Hex 23 4A 72 45 23 0 37 D2 35 1D
Octal 43 112 162 105 43 0 67 322 65 35
Binary 100011 1001010 1110010 1000101 100011 0 110111 11010010 110101 11101

Color Harmonies of #234A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234A72

Black with #234A72

Text Example


Text Example

White with #234A72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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