Html Css Color HEX #28557A Venice Blue

📋 copy color: '#28557A'

red 40 ◦ green 85 ◦ blue 122

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

Shades of Venice Blue #28557A

Tints of Venice Blue #28557A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 49.39%

R = 16.19%
G = 34.41%
B = 49.39%

CMYK

 C value IS 0.67

 M value IS 0.30

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#28557A (or 0x28557A) is known color: Venice Blue. HEX triplet: 28, 55 and 7A. RGB value is (40,85,122). Sum of RGB (Red+Green+Blue) = 40+85+122=247 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.19% from 247); Green value is 85 (33.59% from 255 or 34.41% from 247); Blue value is 122 (48.05% from 255 or 49.39% from 247); Max value from RGB is 122 - color contains mainly: blue. Hex color #28557A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28557A is #D7AA85. Grayscale: #4B4B4B. Windows color (decimal): -14133894 or 8017192. OLE color: 8017192.

HSL color Cylindrical-coordinate representation of color #28557A: hue angle of 207.07º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #28557A is Cyan = 0.67, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 40 85 122 -
CMYK 0.67 0.30 0 0.52
HSL 207.07º 0.51% 0.32% -
HSV(B) 207.07º 0.67% 0.48% -
XYZ 7.64 8.35 19.62 -
YUV 75.76 154.09 102.49 -
System Red Green Blue C M Y K H S L
Decimal 40 85 122 0.67 0.30 0 0.52 207.07 0.51 0.32
Hex 28 55 7A 43 1E 0 34 CF 33 20
Octal 50 125 172 103 36 0 64 317 63 40
Binary 101000 1010101 1111010 1000011 11110 0 110100 11001111 110011 100000

Color Harmonies of #28557A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28557A

Black with #28557A

Text Example


Text Example

White with #28557A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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