Html Css Color HEX #28417C Resolution Blue

📋 copy color: '#28417C'

red 40 ◦ green 65 ◦ blue 124

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

Shades of Resolution Blue #28417C

Tints of Resolution Blue #28417C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 28.38%

 BLUE value IS 124 (48.83% from 255) = 54.15%

R = 17.47%
G = 28.38%
B = 54.15%

CMYK

 C value IS 0.68

 M value IS 0.48

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#28417C (or 0x28417C) is known color: Resolution Blue. HEX triplet: 28, 41 and 7C. RGB value is (40,65,124). Sum of RGB (Red+Green+Blue) = 40+65+124=229 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.47% from 229); Green value is 65 (25.78% from 255 or 28.38% from 229); Blue value is 124 (48.83% from 255 or 54.15% from 229); Max value from RGB is 124 - color contains mainly: blue. Hex color #28417C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28417C is #D7BE83. Grayscale: #3F3F3F. Windows color (decimal): -14139012 or 8143144. OLE color: 8143144.

HSL color Cylindrical-coordinate representation of color #28417C: hue angle of 222.14º degrees, saturation: 0.51, 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 #28417C is Cyan = 0.68, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 40 65 124 -
CMYK 0.68 0.48 0 0.51
HSL 222.14º 0.51% 0.32% -
HSV(B) 222.14º 0.68% 0.49% -
XYZ 6.4 5.69 19.83 -
YUV 64.25 161.72 110.7 -
System Red Green Blue C M Y K H S L
Decimal 40 65 124 0.68 0.48 0 0.51 222.14 0.51 0.32
Hex 28 41 7C 44 30 0 33 DE 33 20
Octal 50 101 174 104 60 0 63 336 63 40
Binary 101000 1000001 1111100 1000100 110000 0 110011 11011110 110011 100000

Color Harmonies of #28417C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28417C

Black with #28417C

Text Example


Text Example

White with #28417C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28417C; }

 p { color: rgb(40,65,124); }

 H1.HeaderClassName
 {
   color: #28417C;
 }
 .AnyTagClassName
 {
   color: #28417C;
 }
</style>

background-color css

<style>
 a { background-color: #28417C; }

 a { background-color: rgb(40,65,124); }

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

border-color css

<style>
 span { border-color: #28417C; }

 span { border-color: rgb(40,65,124); }

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