Html Css Color HEX #28367D Resolution Blue

📋 copy color: '#28367D'

red 40 ◦ green 54 ◦ blue 125

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

Shades of Resolution Blue #28367D

Tints of Resolution Blue #28367D

RGB

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

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

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

R = 18.26%
G = 24.66%
B = 57.08%

CMYK

 C value IS 0.68

 M value IS 0.57

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#28367D (or 0x28367D) is known color: Resolution Blue. HEX triplet: 28, 36 and 7D. RGB value is (40,54,125). Sum of RGB (Red+Green+Blue) = 40+54+125=219 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.26% from 219); Green value is 54 (21.48% from 255 or 24.66% from 219); Blue value is 125 (49.22% from 255 or 57.08% from 219); Max value from RGB is 125 - color contains mainly: blue. Hex color #28367D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28367D is #D7C982. Grayscale: #393939. Windows color (decimal): -14141827 or 8205864. OLE color: 8205864.

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

Color convert

RGB 40 54 125 -
CMYK 0.68 0.57 0 0.51
HSL 230.12º 0.52% 0.32% -
HSV(B) 230.12º 0.68% 0.49% -
XYZ 5.9 4.57 19.97 -
YUV 57.91 165.86 115.23 -
System Red Green Blue C M Y K H S L
Decimal 40 54 125 0.68 0.57 0 0.51 230.12 0.52 0.32
Hex 28 36 7D 44 39 0 33 E6 34 20
Octal 50 66 175 104 71 0 63 346 64 40
Binary 101000 110110 1111101 1000100 111001 0 110011 11100110 110100 100000

Color Harmonies of #28367D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28367D

Black with #28367D

Text Example


Text Example

White with #28367D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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