Html Css Color HEX #28496D Venice Blue

📋 copy color: '#28496D'

red 40 ◦ green 73 ◦ blue 109

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

Shades of Venice Blue #28496D

Tints of Venice Blue #28496D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 32.88%

 BLUE value IS 109 (42.97% from 255) = 49.1%

R = 18.02%
G = 32.88%
B = 49.1%

CMYK

 C value IS 0.63

 M value IS 0.33

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#28496D (or 0x28496D) is known color: Venice Blue. HEX triplet: 28, 49 and 6D. RGB value is (40,73,109). Sum of RGB (Red+Green+Blue) = 40+73+109=222 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.02% from 222); Green value is 73 (28.91% from 255 or 32.88% from 222); Blue value is 109 (42.97% from 255 or 49.10% from 222); Max value from RGB is 109 - color contains mainly: blue. Hex color #28496D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28496D is #D7B692. Grayscale: #434343. Windows color (decimal): -14136979 or 7162152. OLE color: 7162152.

HSL color Cylindrical-coordinate representation of color #28496D: hue angle of 211.3º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #28496D is Cyan = 0.63, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 40 73 109 -
CMYK 0.63 0.33 0 0.57
HSL 211.3º 0.46% 0.29% -
HSV(B) 211.3º 0.63% 0.43% -
XYZ 6.02 6.32 15.37 -
YUV 67.24 151.57 108.57 -
System Red Green Blue C M Y K H S L
Decimal 40 73 109 0.63 0.33 0 0.57 211.3 0.46 0.29
Hex 28 49 6D 3F 21 0 39 D3 2E 1D
Octal 50 111 155 77 41 0 71 323 56 35
Binary 101000 1001001 1101101 111111 100001 0 111001 11010011 101110 11101

Color Harmonies of #28496D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28496D

Black with #28496D

Text Example


Text Example

White with #28496D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28496D; }

 p { color: rgb(40,73,109); }

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

background-color css

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

 a { background-color: rgb(40,73,109); }

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

border-color css

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

 span { border-color: rgb(40,73,109); }

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