Html Css Color HEX #235173 Venice Blue

📋 copy color: '#235173'

red 35 ◦ green 81 ◦ blue 115

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

Shades of Venice Blue #235173

Tints of Venice Blue #235173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 49.78%

R = 15.15%
G = 35.06%
B = 49.78%

CMYK

 C value IS 0.70

 M value IS 0.30

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#235173 (or 0x235173) is known color: Venice Blue. HEX triplet: 23, 51 and 73. RGB value is (35,81,115). Sum of RGB (Red+Green+Blue) = 35+81+115=231 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.15% from 231); Green value is 81 (32.03% from 255 or 35.06% from 231); Blue value is 115 (45.31% from 255 or 49.78% from 231); Max value from RGB is 115 - color contains mainly: blue. Hex color #235173 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235173 is #DCAE8C. Grayscale: #464646. Windows color (decimal): -14462605 or 7557411. OLE color: 7557411.

HSL color Cylindrical-coordinate representation of color #235173: hue angle of 205.5º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #235173 is Cyan = 0.70, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 35 81 115 -
CMYK 0.70 0.30 0 0.55
HSL 205.5º 0.53% 0.29% -
HSV(B) 205.5º 0.7% 0.45% -
XYZ 6.73 7.48 17.31 -
YUV 71.12 152.76 102.24 -
System Red Green Blue C M Y K H S L
Decimal 35 81 115 0.70 0.30 0 0.55 205.5 0.53 0.29
Hex 23 51 73 46 1E 0 37 CE 35 1D
Octal 43 121 163 106 36 0 67 316 65 35
Binary 100011 1010001 1110011 1000110 11110 0 110111 11001110 110101 11101

Color Harmonies of #235173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235173

Black with #235173

Text Example


Text Example

White with #235173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #235173; }

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

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

background-color css

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

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

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

border-color css

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

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

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