Html Css Color HEX #28378D Resolution Blue

📋 copy color: '#28378D'

red 40 ◦ green 55 ◦ blue 141

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

Shades of Resolution Blue #28378D

Tints of Resolution Blue #28378D

RGB

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

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

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

R = 16.95%
G = 23.31%
B = 59.75%

CMYK

 C value IS 0.72

 M value IS 0.61

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#28378D (or 0x28378D) is known color: Resolution Blue. HEX triplet: 28, 37 and 8D. RGB value is (40,55,141). Sum of RGB (Red+Green+Blue) = 40+55+141=236 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.95% from 236); Green value is 55 (21.88% from 255 or 23.31% from 236); Blue value is 141 (55.47% from 255 or 59.75% from 236); Max value from RGB is 141 - color contains mainly: blue. Hex color #28378D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28378D is #D7C872. Grayscale: #3B3B3B. Windows color (decimal): -14141555 or 9254696. OLE color: 9254696.

HSL color Cylindrical-coordinate representation of color #28378D: hue angle of 231.09º 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 #28378D is Cyan = 0.72, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 40 55 141 -
CMYK 0.72 0.61 0 0.45
HSL 231.09º 0.56% 0.35% -
HSV(B) 231.09º 0.72% 0.55% -
XYZ 7.05 5.11 25.81 -
YUV 60.32 173.53 113.51 -
System Red Green Blue C M Y K H S L
Decimal 40 55 141 0.72 0.61 0 0.45 231.09 0.56 0.35
Hex 28 37 8D 48 3D 0 2D E7 38 23
Octal 50 67 215 110 75 0 55 347 70 43
Binary 101000 110111 10001101 1001000 111101 0 101101 11100111 111000 100011

Color Harmonies of #28378D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28378D

Black with #28378D

Text Example


Text Example

White with #28378D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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