Html Css Color HEX #28357D Resolution Blue

📋 copy color: '#28357D'

red 40 ◦ green 53 ◦ blue 125

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

Shades of Resolution Blue #28357D

Tints of Resolution Blue #28357D

RGB

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

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

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

R = 18.35%
G = 24.31%
B = 57.34%

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

#28357D (or 0x28357D) is known color: Resolution Blue. HEX triplet: 28, 35 and 7D. RGB value is (40,53,125). Sum of RGB (Red+Green+Blue) = 40+53+125=218 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.35% from 218); Green value is 53 (21.09% from 255 or 24.31% from 218); Blue value is 125 (49.22% from 255 or 57.34% from 218); Max value from RGB is 125 - color contains mainly: blue. Hex color #28357D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28357D is #D7CA82. Grayscale: #393939. Windows color (decimal): -14142083 or 8205608. OLE color: 8205608.

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

Color convert

RGB 40 53 125 -
CMYK 0.68 0.58 0 0.51
HSL 230.82º 0.52% 0.32% -
HSV(B) 230.82º 0.68% 0.49% -
XYZ 5.85 4.48 19.96 -
YUV 57.32 166.19 115.65 -
System Red Green Blue C M Y K H S L
Decimal 40 53 125 0.68 0.58 0 0.51 230.82 0.52 0.32
Hex 28 35 7D 44 3A 0 33 E7 34 20
Octal 50 65 175 104 72 0 63 347 64 40
Binary 101000 110101 1111101 1000100 111010 0 110011 11100111 110100 100000

Color Harmonies of #28357D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28357D

Black with #28357D

Text Example


Text Example

White with #28357D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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