Html Css Color HEX #285271 Venice Blue

📋 copy color: '#285271'

red 40 ◦ green 82 ◦ blue 113

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

Shades of Venice Blue #285271

Tints of Venice Blue #285271

RGB

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

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

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

R = 17.02%
G = 34.89%
B = 48.09%

CMYK

 C value IS 0.65

 M value IS 0.27

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#285271 (or 0x285271) is known color: Venice Blue. HEX triplet: 28, 52 and 71. RGB value is (40,82,113). Sum of RGB (Red+Green+Blue) = 40+82+113=235 (31% of max value = 765). Red value is 40 (16.02% from 255 or 17.02% from 235); Green value is 82 (32.42% from 255 or 34.89% from 235); Blue value is 113 (44.53% from 255 or 48.09% from 235); Max value from RGB is 113 - color contains mainly: blue. Hex color #285271 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285271 is #D7AD8E. Grayscale: #484848. Windows color (decimal): -14134671 or 7426600. OLE color: 7426600.

HSL color Cylindrical-coordinate representation of color #285271: hue angle of 205.48º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #285271 is Cyan = 0.65, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 40 82 113 -
CMYK 0.65 0.27 0 0.56
HSL 205.48º 0.48% 0.3% -
HSV(B) 205.48º 0.65% 0.44% -
XYZ 6.87 7.68 16.74 -
YUV 72.98 150.59 104.48 -
System Red Green Blue C M Y K H S L
Decimal 40 82 113 0.65 0.27 0 0.56 205.48 0.48 0.3
Hex 28 52 71 41 1B 0 38 CD 30 1E
Octal 50 122 161 101 33 0 70 315 60 36
Binary 101000 1010010 1110001 1000001 11011 0 111000 11001101 110000 11110

Color Harmonies of #285271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285271

Black with #285271

Text Example


Text Example

White with #285271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285271; }

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

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

background-color css

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

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

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

border-color css

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

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

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