Html Css Color HEX #28527D Venice Blue

📋 copy color: '#28527D'

red 40 ◦ green 82 ◦ blue 125

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

Shades of Venice Blue #28527D

Tints of Venice Blue #28527D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 33.2%

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

R = 16.19%
G = 33.2%
B = 50.61%

CMYK

 C value IS 0.68

 M value IS 0.34

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#28527D (or 0x28527D) is known color: Venice Blue. HEX triplet: 28, 52 and 7D. RGB value is (40,82,125). Sum of RGB (Red+Green+Blue) = 40+82+125=247 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.19% from 247); Green value is 82 (32.42% from 255 or 33.20% from 247); Blue value is 125 (49.22% from 255 or 50.61% from 247); Max value from RGB is 125 - color contains mainly: blue. Hex color #28527D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28527D is #D7AD82. Grayscale: #4A4A4A. Windows color (decimal): -14134659 or 8213032. OLE color: 8213032.

HSL color Cylindrical-coordinate representation of color #28527D: hue angle of 210.35º 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 #28527D is Cyan = 0.68, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 40 82 125 -
CMYK 0.68 0.34 0 0.51
HSL 210.35º 0.52% 0.32% -
HSV(B) 210.35º 0.68% 0.49% -
XYZ 7.59 7.97 20.54 -
YUV 74.34 156.59 103.5 -
System Red Green Blue C M Y K H S L
Decimal 40 82 125 0.68 0.34 0 0.51 210.35 0.52 0.32
Hex 28 52 7D 44 22 0 33 D2 34 20
Octal 50 122 175 104 42 0 63 322 64 40
Binary 101000 1010010 1111101 1000100 100010 0 110011 11010010 110100 100000

Color Harmonies of #28527D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28527D

Black with #28527D

Text Example


Text Example

White with #28527D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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