Html Css Color HEX #285075 Venice Blue

📋 copy color: '#285075'

red 40 ◦ green 80 ◦ blue 117

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

Shades of Venice Blue #285075

Tints of Venice Blue #285075

RGB

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

 GREEN value IS 80 (31.64% from 255) = 33.76%

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

R = 16.88%
G = 33.76%
B = 49.37%

CMYK

 C value IS 0.66

 M value IS 0.32

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#285075 (or 0x285075) is known color: Venice Blue. HEX triplet: 28, 50 and 75. RGB value is (40,80,117). Sum of RGB (Red+Green+Blue) = 40+80+117=237 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.88% from 237); Green value is 80 (31.64% from 255 or 33.76% from 237); Blue value is 117 (46.09% from 255 or 49.37% from 237); Max value from RGB is 117 - color contains mainly: blue. Hex color #285075 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285075 is #D7AF8A. Grayscale: #484848. Windows color (decimal): -14135179 or 7688232. OLE color: 7688232.

HSL color Cylindrical-coordinate representation of color #285075: hue angle of 208.83º 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 #285075 is Cyan = 0.66, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 40 80 117 -
CMYK 0.66 0.32 0 0.54
HSL 208.83º 0.49% 0.31% -
HSV(B) 208.83º 0.66% 0.46% -
XYZ 6.95 7.47 17.91 -
YUV 72.26 153.25 104.99 -
System Red Green Blue C M Y K H S L
Decimal 40 80 117 0.66 0.32 0 0.54 208.83 0.49 0.31
Hex 28 50 75 42 20 0 36 D1 31 1F
Octal 50 120 165 102 40 0 66 321 61 37
Binary 101000 1010000 1110101 1000010 100000 0 110110 11010001 110001 11111

Color Harmonies of #285075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285075

Black with #285075

Text Example


Text Example

White with #285075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285075; }

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

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

background-color css

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

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

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

border-color css

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

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

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