Html Css Color HEX #234C71 Venice Blue

📋 copy color: '#234C71'

red 35 ◦ green 76 ◦ blue 113

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

Shades of Venice Blue #234C71

Tints of Venice Blue #234C71

RGB

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

 GREEN value IS 76 (30.08% from 255) = 33.93%

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

R = 15.63%
G = 33.93%
B = 50.45%

CMYK

 C value IS 0.69

 M value IS 0.33

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#234C71 (or 0x234C71) is known color: Venice Blue. HEX triplet: 23, 4C and 71. RGB value is (35,76,113). Sum of RGB (Red+Green+Blue) = 35+76+113=224 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.62% from 224); Green value is 76 (30.08% from 255 or 33.93% from 224); Blue value is 113 (44.53% from 255 or 50.45% from 224); Max value from RGB is 113 - color contains mainly: blue. Hex color #234C71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234C71 is #DCB38E. Grayscale: #434343. Windows color (decimal): -14463887 or 7425059. OLE color: 7425059.

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

Color convert

RGB 35 76 113 -
CMYK 0.69 0.33 0 0.56
HSL 208.46º 0.53% 0.29% -
HSV(B) 208.46º 0.69% 0.44% -
XYZ 6.26 6.72 16.59 -
YUV 67.96 153.42 104.49 -
System Red Green Blue C M Y K H S L
Decimal 35 76 113 0.69 0.33 0 0.56 208.46 0.53 0.29
Hex 23 4C 71 45 21 0 38 D0 35 1D
Octal 43 114 161 105 41 0 70 320 65 35
Binary 100011 1001100 1110001 1000101 100001 0 111000 11010000 110101 11101

Color Harmonies of #234C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234C71

Black with #234C71

Text Example


Text Example

White with #234C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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