Html Css Color HEX #28557C Venice Blue

📋 copy color: '#28557C'

red 40 ◦ green 85 ◦ blue 124

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

Shades of Venice Blue #28557C

Tints of Venice Blue #28557C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 34.14%

 BLUE value IS 124 (48.83% from 255) = 49.8%

R = 16.06%
G = 34.14%
B = 49.8%

CMYK

 C value IS 0.68

 M value IS 0.31

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#28557C (or 0x28557C) is known color: Venice Blue. HEX triplet: 28, 55 and 7C. RGB value is (40,85,124). Sum of RGB (Red+Green+Blue) = 40+85+124=249 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.06% from 249); Green value is 85 (33.59% from 255 or 34.14% from 249); Blue value is 124 (48.83% from 255 or 49.80% from 249); Max value from RGB is 124 - color contains mainly: blue. Hex color #28557C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28557C is #D7AA83. Grayscale: #4B4B4B. Windows color (decimal): -14133892 or 8148264. OLE color: 8148264.

HSL color Cylindrical-coordinate representation of color #28557C: hue angle of 207.86º degrees, saturation: 0.51, 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 #28557C is Cyan = 0.68, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 40 85 124 -
CMYK 0.68 0.31 0 0.51
HSL 207.86º 0.51% 0.32% -
HSV(B) 207.86º 0.68% 0.49% -
XYZ 7.76 8.4 20.28 -
YUV 75.99 155.09 102.33 -
System Red Green Blue C M Y K H S L
Decimal 40 85 124 0.68 0.31 0 0.51 207.86 0.51 0.32
Hex 28 55 7C 44 1F 0 33 D0 33 20
Octal 50 125 174 104 37 0 63 320 63 40
Binary 101000 1010101 1111100 1000100 11111 0 110011 11010000 110011 100000

Color Harmonies of #28557C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28557C

Black with #28557C

Text Example


Text Example

White with #28557C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28557C; }

 p { color: rgb(40,85,124); }

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

background-color css

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

 a { background-color: rgb(40,85,124); }

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

border-color css

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

 span { border-color: rgb(40,85,124); }

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