Html Css Color HEX #28358D Resolution Blue

📋 copy color: '#28358D'

red 40 ◦ green 53 ◦ blue 141

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

Shades of Resolution Blue #28358D

Tints of Resolution Blue #28358D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.65%

 BLUE value IS 141 (55.47% from 255) = 60.26%

R = 17.09%
G = 22.65%
B = 60.26%

CMYK

 C value IS 0.72

 M value IS 0.62

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#28358D (or 0x28358D) is known color: Resolution Blue. HEX triplet: 28, 35 and 8D. RGB value is (40,53,141). Sum of RGB (Red+Green+Blue) = 40+53+141=234 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.09% from 234); Green value is 53 (21.09% from 255 or 22.65% from 234); Blue value is 141 (55.47% from 255 or 60.26% from 234); Max value from RGB is 141 - color contains mainly: blue. Hex color #28358D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28358D is #D7CA72. Grayscale: #3A3A3A. Windows color (decimal): -14142067 or 9254184. OLE color: 9254184.

HSL color Cylindrical-coordinate representation of color #28358D: hue angle of 232.28º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #28358D is Cyan = 0.72, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 40 53 141 -
CMYK 0.72 0.62 0 0.45
HSL 232.28º 0.56% 0.35% -
HSV(B) 232.28º 0.72% 0.55% -
XYZ 6.96 4.92 25.78 -
YUV 59.15 174.19 114.34 -
System Red Green Blue C M Y K H S L
Decimal 40 53 141 0.72 0.62 0 0.45 232.28 0.56 0.35
Hex 28 35 8D 48 3E 0 2D E8 38 23
Octal 50 65 215 110 76 0 55 350 70 43
Binary 101000 110101 10001101 1001000 111110 0 101101 11101000 111000 100011

Color Harmonies of #28358D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28358D

Black with #28358D

Text Example


Text Example

White with #28358D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,53,141); }

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

background-color css

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

 a { background-color: rgb(40,53,141); }

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

border-color css

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

 span { border-color: rgb(40,53,141); }

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