Html Css Color HEX #28368E Resolution Blue

📋 copy color: '#28368E'

red 40 ◦ green 54 ◦ blue 142

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

Shades of Resolution Blue #28368E

Tints of Resolution Blue #28368E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.88%

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

R = 16.95%
G = 22.88%
B = 60.17%

CMYK

 C value IS 0.72

 M value IS 0.62

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#28368E (or 0x28368E) is known color: Resolution Blue. HEX triplet: 28, 36 and 8E. RGB value is (40,54,142). Sum of RGB (Red+Green+Blue) = 40+54+142=236 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.95% from 236); Green value is 54 (21.48% from 255 or 22.88% from 236); Blue value is 142 (55.86% from 255 or 60.17% from 236); Max value from RGB is 142 - color contains mainly: blue. Hex color #28368E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28368E is #D7C971. Grayscale: #3B3B3B. Windows color (decimal): -14141810 or 9319976. OLE color: 9319976.

HSL color Cylindrical-coordinate representation of color #28368E: hue angle of 231.76º 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 #28368E is Cyan = 0.72, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 40 54 142 -
CMYK 0.72 0.62 0 0.44
HSL 231.76º 0.56% 0.36% -
HSV(B) 231.76º 0.72% 0.56% -
XYZ 7.08 5.04 26.19 -
YUV 59.85 174.36 113.84 -
System Red Green Blue C M Y K H S L
Decimal 40 54 142 0.72 0.62 0 0.44 231.76 0.56 0.36
Hex 28 36 8E 48 3E 0 2C E8 38 24
Octal 50 66 216 110 76 0 54 350 70 44
Binary 101000 110110 10001110 1001000 111110 0 101100 11101000 111000 100100

Color Harmonies of #28368E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28368E

Black with #28368E

Text Example


Text Example

White with #28368E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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