Html Css Color HEX #285275 Venice Blue

📋 copy color: '#285275'

red 40 ◦ green 82 ◦ blue 117

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

Shades of Venice Blue #285275

Tints of Venice Blue #285275

RGB

 RED value IS 40 (16.02% from 255) = 16.74%

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

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

R = 16.74%
G = 34.31%
B = 48.95%

CMYK

 C value IS 0.66

 M value IS 0.30

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#285275 (or 0x285275) is known color: Venice Blue. HEX triplet: 28, 52 and 75. RGB value is (40,82,117). Sum of RGB (Red+Green+Blue) = 40+82+117=239 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.74% from 239); Green value is 82 (32.42% from 255 or 34.31% from 239); Blue value is 117 (46.09% from 255 or 48.95% from 239); Max value from RGB is 117 - color contains mainly: blue. Hex color #285275 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285275 is #D7AD8A. Grayscale: #494949. Windows color (decimal): -14134667 or 7688744. OLE color: 7688744.

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

Color convert

RGB 40 82 117 -
CMYK 0.66 0.30 0 0.54
HSL 207.27º 0.49% 0.31% -
HSV(B) 207.27º 0.66% 0.46% -
XYZ 7.1 7.77 17.96 -
YUV 73.43 152.59 104.15 -
System Red Green Blue C M Y K H S L
Decimal 40 82 117 0.66 0.30 0 0.54 207.27 0.49 0.31
Hex 28 52 75 42 1E 0 36 CF 31 1F
Octal 50 122 165 102 36 0 66 317 61 37
Binary 101000 1010010 1110101 1000010 11110 0 110110 11001111 110001 11111

Color Harmonies of #285275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285275

Black with #285275

Text Example


Text Example

White with #285275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285275; }

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

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

background-color css

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

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

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

border-color css

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

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

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