Html Css Color HEX #28507D Venice Blue

📋 copy color: '#28507D'

red 40 ◦ green 80 ◦ blue 125

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

Shades of Venice Blue #28507D

Tints of Venice Blue #28507D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 51.02%

R = 16.33%
G = 32.65%
B = 51.02%

CMYK

 C value IS 0.68

 M value IS 0.36

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#28507D (or 0x28507D) is known color: Venice Blue. HEX triplet: 28, 50 and 7D. RGB value is (40,80,125). Sum of RGB (Red+Green+Blue) = 40+80+125=245 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.33% from 245); Green value is 80 (31.64% from 255 or 32.65% from 245); Blue value is 125 (49.22% from 255 or 51.02% from 245); Max value from RGB is 125 - color contains mainly: blue. Hex color #28507D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28507D is #D7AF82. Grayscale: #484848. Windows color (decimal): -14135171 or 8212520. OLE color: 8212520.

HSL color Cylindrical-coordinate representation of color #28507D: hue angle of 211.76º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #28507D is Cyan = 0.68, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 40 80 125 -
CMYK 0.68 0.36 0 0.51
HSL 211.76º 0.52% 0.32% -
HSV(B) 211.76º 0.68% 0.49% -
XYZ 7.45 7.67 20.49 -
YUV 73.17 157.25 104.34 -
System Red Green Blue C M Y K H S L
Decimal 40 80 125 0.68 0.36 0 0.51 211.76 0.52 0.32
Hex 28 50 7D 44 24 0 33 D4 34 20
Octal 50 120 175 104 44 0 63 324 64 40
Binary 101000 1010000 1111101 1000100 100100 0 110011 11010100 110100 100000

Color Harmonies of #28507D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28507D

Black with #28507D

Text Example


Text Example

White with #28507D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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