Html Css Color HEX #234B71 Venice Blue

📋 copy color: '#234B71'

red 35 ◦ green 75 ◦ blue 113

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

Shades of Venice Blue #234B71

Tints of Venice Blue #234B71

RGB

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

 GREEN value IS 75 (29.69% from 255) = 33.63%

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

R = 15.7%
G = 33.63%
B = 50.67%

CMYK

 C value IS 0.69

 M value IS 0.34

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#234B71 (or 0x234B71) is known color: Venice Blue. HEX triplet: 23, 4B and 71. RGB value is (35,75,113). Sum of RGB (Red+Green+Blue) = 35+75+113=223 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.70% from 223); Green value is 75 (29.69% from 255 or 33.63% from 223); Blue value is 113 (44.53% from 255 or 50.67% from 223); Max value from RGB is 113 - color contains mainly: blue. Hex color #234B71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234B71 is #DCB48E. Grayscale: #434343. Windows color (decimal): -14464143 or 7424803. OLE color: 7424803.

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

Color convert

RGB 35 75 113 -
CMYK 0.69 0.34 0 0.56
HSL 209.23º 0.53% 0.29% -
HSV(B) 209.23º 0.69% 0.44% -
XYZ 6.19 6.58 16.57 -
YUV 67.37 153.75 104.91 -
System Red Green Blue C M Y K H S L
Decimal 35 75 113 0.69 0.34 0 0.56 209.23 0.53 0.29
Hex 23 4B 71 45 22 0 38 D1 35 1D
Octal 43 113 161 105 42 0 70 321 65 35
Binary 100011 1001011 1110001 1000101 100010 0 111000 11010001 110101 11101

Color Harmonies of #234B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234B71

Black with #234B71

Text Example


Text Example

White with #234B71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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