Html Css Color HEX #285273 Venice Blue

📋 copy color: '#285273'

red 40 ◦ green 82 ◦ blue 115

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

Shades of Venice Blue #285273

Tints of Venice Blue #285273

RGB

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

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

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

R = 16.88%
G = 34.6%
B = 48.52%

CMYK

 C value IS 0.65

 M value IS 0.29

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#285273 (or 0x285273) is known color: Venice Blue. HEX triplet: 28, 52 and 73. RGB value is (40,82,115). Sum of RGB (Red+Green+Blue) = 40+82+115=237 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.88% from 237); Green value is 82 (32.42% from 255 or 34.60% from 237); Blue value is 115 (45.31% from 255 or 48.52% from 237); Max value from RGB is 115 - color contains mainly: blue. Hex color #285273 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285273 is #D7AD8C. Grayscale: #494949. Windows color (decimal): -14134669 or 7557672. OLE color: 7557672.

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

Color convert

RGB 40 82 115 -
CMYK 0.65 0.29 0 0.55
HSL 206.4º 0.48% 0.3% -
HSV(B) 206.4º 0.65% 0.45% -
XYZ 6.99 7.72 17.34 -
YUV 73.2 151.59 104.32 -
System Red Green Blue C M Y K H S L
Decimal 40 82 115 0.65 0.29 0 0.55 206.4 0.48 0.3
Hex 28 52 73 41 1D 0 37 CE 30 1E
Octal 50 122 163 101 35 0 67 316 60 36
Binary 101000 1010010 1110011 1000001 11101 0 110111 11001110 110000 11110

Color Harmonies of #285273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285273

Black with #285273

Text Example


Text Example

White with #285273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285273; }

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

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

background-color css

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

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

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

border-color css

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

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

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