Html Css Color HEX #235171 Venice Blue

📋 copy color: '#235171'

red 35 ◦ green 81 ◦ blue 113

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

Shades of Venice Blue #235171

Tints of Venice Blue #235171

RGB

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

 GREEN value IS 81 (32.03% from 255) = 35.37%

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

R = 15.28%
G = 35.37%
B = 49.34%

CMYK

 C value IS 0.69

 M value IS 0.28

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#235171 (or 0x235171) is known color: Venice Blue. HEX triplet: 23, 51 and 71. RGB value is (35,81,113). Sum of RGB (Red+Green+Blue) = 35+81+113=229 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.28% from 229); Green value is 81 (32.03% from 255 or 35.37% from 229); Blue value is 113 (44.53% from 255 or 49.34% from 229); Max value from RGB is 113 - color contains mainly: blue. Hex color #235171 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235171 is #DCAE8E. Grayscale: #464646. Windows color (decimal): -14462607 or 7426339. OLE color: 7426339.

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

Color convert

RGB 35 81 113 -
CMYK 0.69 0.28 0 0.56
HSL 204.62º 0.53% 0.29% -
HSV(B) 204.62º 0.69% 0.44% -
XYZ 6.62 7.43 16.71 -
YUV 70.89 151.76 102.4 -
System Red Green Blue C M Y K H S L
Decimal 35 81 113 0.69 0.28 0 0.56 204.62 0.53 0.29
Hex 23 51 71 45 1C 0 38 CD 35 1D
Octal 43 121 161 105 34 0 70 315 65 35
Binary 100011 1010001 1110001 1000101 11100 0 111000 11001101 110101 11101

Color Harmonies of #235171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235171

Black with #235171

Text Example


Text Example

White with #235171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #235171; }

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

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

background-color css

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

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

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

border-color css

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

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

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