Html Css Color HEX #235275 Venice Blue

📋 copy color: '#235275'

red 35 ◦ green 82 ◦ blue 117

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

Shades of Venice Blue #235275

Tints of Venice Blue #235275

RGB

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

 GREEN value IS 82 (32.42% from 255) = 35.04%

 BLUE value IS 117 (46.09% from 255) = 50%

R = 14.96%
G = 35.04%
B = 50%

CMYK

 C value IS 0.70

 M value IS 0.30

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#235275 (or 0x235275) is known color: Venice Blue. HEX triplet: 23, 52 and 75. RGB value is (35,82,117). Sum of RGB (Red+Green+Blue) = 35+82+117=234 (30% of max value = 765). Red value is 35 (14.06% from 255 or 14.96% from 234); Green value is 82 (32.42% from 255 or 35.04% from 234); Blue value is 117 (46.09% from 255 or 50% from 234); Max value from RGB is 117 - color contains mainly: blue. Hex color #235275 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235275 is #DCAD8A. Grayscale: #474747. Windows color (decimal): -14462347 or 7688739. OLE color: 7688739.

HSL color Cylindrical-coordinate representation of color #235275: hue angle of 205.61º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #235275 is Cyan = 0.70, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 35 82 117 -
CMYK 0.70 0.30 0 0.54
HSL 205.61º 0.54% 0.3% -
HSV(B) 205.61º 0.7% 0.46% -
XYZ 6.92 7.68 17.95 -
YUV 71.94 153.43 101.65 -
System Red Green Blue C M Y K H S L
Decimal 35 82 117 0.70 0.30 0 0.54 205.61 0.54 0.3
Hex 23 52 75 46 1E 0 36 CE 36 1E
Octal 43 122 165 106 36 0 66 316 66 36
Binary 100011 1010010 1110101 1000110 11110 0 110110 11001110 110110 11110

Color Harmonies of #235275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235275

Black with #235275

Text Example


Text Example

White with #235275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #235275; }

 p { color: rgb(35,82,117); }

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

background-color css

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

 a { background-color: rgb(35,82,117); }

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

border-color css

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

 span { border-color: rgb(35,82,117); }

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