Html Css Color HEX #234A71 Venice Blue

📋 copy color: '#234A71'

red 35 ◦ green 74 ◦ blue 113

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

Shades of Venice Blue #234A71

Tints of Venice Blue #234A71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 50.9%

R = 15.77%
G = 33.33%
B = 50.9%

CMYK

 C value IS 0.69

 M value IS 0.35

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#234A71 (or 0x234A71) is known color: Venice Blue. HEX triplet: 23, 4A and 71. RGB value is (35,74,113). Sum of RGB (Red+Green+Blue) = 35+74+113=222 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.77% from 222); Green value is 74 (29.30% from 255 or 33.33% from 222); Blue value is 113 (44.53% from 255 or 50.90% from 222); Max value from RGB is 113 - color contains mainly: blue. Hex color #234A71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234A71 is #DCB58E. Grayscale: #424242. Windows color (decimal): -14464399 or 7424547. OLE color: 7424547.

HSL color Cylindrical-coordinate representation of color #234A71: hue angle of 210º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #234A71 is Cyan = 0.69, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 35 74 113 -
CMYK 0.69 0.35 0 0.56
HSL 210º 0.53% 0.29% -
HSV(B) 210º 0.69% 0.44% -
XYZ 6.12 6.45 16.54 -
YUV 66.79 154.08 105.33 -
System Red Green Blue C M Y K H S L
Decimal 35 74 113 0.69 0.35 0 0.56 210 0.53 0.29
Hex 23 4A 71 45 23 0 38 D2 35 1D
Octal 43 112 161 105 43 0 70 322 65 35
Binary 100011 1001010 1110001 1000101 100011 0 111000 11010010 110101 11101

Color Harmonies of #234A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234A71

Black with #234A71

Text Example


Text Example

White with #234A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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