Html Css Color HEX #28357E Resolution Blue

📋 copy color: '#28357E'

red 40 ◦ green 53 ◦ blue 126

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

Shades of Resolution Blue #28357E

Tints of Resolution Blue #28357E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 57.53%

R = 18.26%
G = 24.2%
B = 57.53%

CMYK

 C value IS 0.68

 M value IS 0.58

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#28357E (or 0x28357E) is known color: Resolution Blue. HEX triplet: 28, 35 and 7E. RGB value is (40,53,126). Sum of RGB (Red+Green+Blue) = 40+53+126=219 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.26% from 219); Green value is 53 (21.09% from 255 or 24.20% from 219); Blue value is 126 (49.61% from 255 or 57.53% from 219); Max value from RGB is 126 - color contains mainly: blue. Hex color #28357E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28357E is #D7CA81. Grayscale: #393939. Windows color (decimal): -14142082 or 8271144. OLE color: 8271144.

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

Color convert

RGB 40 53 126 -
CMYK 0.68 0.58 0 0.51
HSL 230.93º 0.52% 0.33% -
HSV(B) 230.93º 0.68% 0.49% -
XYZ 5.91 4.5 20.3 -
YUV 57.44 166.69 115.56 -
System Red Green Blue C M Y K H S L
Decimal 40 53 126 0.68 0.58 0 0.51 230.93 0.52 0.33
Hex 28 35 7E 44 3A 0 33 E7 34 21
Octal 50 65 176 104 72 0 63 347 64 41
Binary 101000 110101 1111110 1000100 111010 0 110011 11100111 110100 100001

Color Harmonies of #28357E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28357E

Black with #28357E

Text Example


Text Example

White with #28357E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28357E; }

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

 H1.HeaderClassName
 {
   color: #28357E;
 }
 .AnyTagClassName
 {
   color: #28357E;
 }
</style>

background-color css

<style>
 a { background-color: #28357E; }

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

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

border-color css

<style>
 span { border-color: #28357E; }

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

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