Html Css Color HEX #285474 Venice Blue

📋 copy color: '#285474'

red 40 ◦ green 84 ◦ blue 116

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

Shades of Venice Blue #285474

Tints of Venice Blue #285474

RGB

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

 GREEN value IS 84 (33.2% from 255) = 35%

 BLUE value IS 116 (45.7% from 255) = 48.33%

R = 16.67%
G = 35%
B = 48.33%

CMYK

 C value IS 0.66

 M value IS 0.28

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#285474 (or 0x285474) is known color: Venice Blue. HEX triplet: 28, 54 and 74. RGB value is (40,84,116). Sum of RGB (Red+Green+Blue) = 40+84+116=240 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.67% from 240); Green value is 84 (33.20% from 255 or 35% from 240); Blue value is 116 (45.70% from 255 or 48.33% from 240); Max value from RGB is 116 - color contains mainly: blue. Hex color #285474 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285474 is #D7AB8B. Grayscale: #4A4A4A. Windows color (decimal): -14134156 or 7623720. OLE color: 7623720.

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

Color convert

RGB 40 84 116 -
CMYK 0.66 0.28 0 0.55
HSL 205.26º 0.49% 0.31% -
HSV(B) 205.26º 0.66% 0.45% -
XYZ 7.2 8.05 17.7 -
YUV 74.49 151.42 103.4 -
System Red Green Blue C M Y K H S L
Decimal 40 84 116 0.66 0.28 0 0.55 205.26 0.49 0.31
Hex 28 54 74 42 1C 0 37 CD 31 1F
Octal 50 124 164 102 34 0 67 315 61 37
Binary 101000 1010100 1110100 1000010 11100 0 110111 11001101 110001 11111

Color Harmonies of #285474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285474

Black with #285474

Text Example


Text Example

White with #285474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285474; }

 p { color: rgb(40,84,116); }

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

background-color css

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

 a { background-color: rgb(40,84,116); }

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

border-color css

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

 span { border-color: rgb(40,84,116); }

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