Html Css Color HEX #28496F Venice Blue

📋 copy color: '#28496F'

red 40 ◦ green 73 ◦ blue 111

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

Shades of Venice Blue #28496F

Tints of Venice Blue #28496F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 49.55%

R = 17.86%
G = 32.59%
B = 49.55%

CMYK

 C value IS 0.64

 M value IS 0.34

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#28496F (or 0x28496F) is known color: Venice Blue. HEX triplet: 28, 49 and 6F. RGB value is (40,73,111). Sum of RGB (Red+Green+Blue) = 40+73+111=224 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.86% from 224); Green value is 73 (28.91% from 255 or 32.59% from 224); Blue value is 111 (43.75% from 255 or 49.55% from 224); Max value from RGB is 111 - color contains mainly: blue. Hex color #28496F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28496F is #D7B690. Grayscale: #434343. Windows color (decimal): -14136977 or 7293224. OLE color: 7293224.

HSL color Cylindrical-coordinate representation of color #28496F: hue angle of 212.11º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #28496F is Cyan = 0.64, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 40 73 111 -
CMYK 0.64 0.34 0 0.56
HSL 212.11º 0.47% 0.3% -
HSV(B) 212.11º 0.64% 0.44% -
XYZ 6.13 6.36 15.94 -
YUV 67.47 152.57 108.41 -
System Red Green Blue C M Y K H S L
Decimal 40 73 111 0.64 0.34 0 0.56 212.11 0.47 0.3
Hex 28 49 6F 40 22 0 38 D4 2F 1E
Octal 50 111 157 100 42 0 70 324 57 36
Binary 101000 1001001 1101111 1000000 100010 0 111000 11010100 101111 11110

Color Harmonies of #28496F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28496F

Black with #28496F

Text Example


Text Example

White with #28496F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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