Html Css Color HEX #28378E Resolution Blue

📋 copy color: '#28378E'

red 40 ◦ green 55 ◦ blue 142

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

Shades of Resolution Blue #28378E

Tints of Resolution Blue #28378E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.21%

 BLUE value IS 142 (55.86% from 255) = 59.92%

R = 16.88%
G = 23.21%
B = 59.92%

CMYK

 C value IS 0.72

 M value IS 0.61

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#28378E (or 0x28378E) is known color: Resolution Blue. HEX triplet: 28, 37 and 8E. RGB value is (40,55,142). Sum of RGB (Red+Green+Blue) = 40+55+142=237 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.88% from 237); Green value is 55 (21.88% from 255 or 23.21% from 237); Blue value is 142 (55.86% from 255 or 59.92% from 237); Max value from RGB is 142 - color contains mainly: blue. Hex color #28378E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28378E is #D7C871. Grayscale: #3C3C3C. Windows color (decimal): -14141554 or 9320232. OLE color: 9320232.

HSL color Cylindrical-coordinate representation of color #28378E: hue angle of 231.18º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #28378E is Cyan = 0.72, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 40 55 142 -
CMYK 0.72 0.61 0 0.44
HSL 231.18º 0.56% 0.36% -
HSV(B) 231.18º 0.72% 0.56% -
XYZ 7.12 5.14 26.21 -
YUV 60.43 174.03 113.43 -
System Red Green Blue C M Y K H S L
Decimal 40 55 142 0.72 0.61 0 0.44 231.18 0.56 0.36
Hex 28 37 8E 48 3D 0 2C E7 38 24
Octal 50 67 216 110 75 0 54 347 70 44
Binary 101000 110111 10001110 1001000 111101 0 101100 11100111 111000 100100

Color Harmonies of #28378E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28378E

Black with #28378E

Text Example


Text Example

White with #28378E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,55,142); }

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

background-color css

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

 a { background-color: rgb(40,55,142); }

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

border-color css

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

 span { border-color: rgb(40,55,142); }

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