Html Css Color HEX #28378C Resolution Blue

📋 copy color: '#28378C'

red 40 ◦ green 55 ◦ blue 140

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

Shades of Resolution Blue #28378C

Tints of Resolution Blue #28378C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 59.57%

R = 17.02%
G = 23.4%
B = 59.57%

CMYK

 C value IS 0.71

 M value IS 0.61

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#28378C (or 0x28378C) is known color: Resolution Blue. HEX triplet: 28, 37 and 8C. RGB value is (40,55,140). Sum of RGB (Red+Green+Blue) = 40+55+140=235 (31% of max value = 765). Red value is 40 (16.02% from 255 or 17.02% from 235); Green value is 55 (21.88% from 255 or 23.40% from 235); Blue value is 140 (55.08% from 255 or 59.57% from 235); Max value from RGB is 140 - color contains mainly: blue. Hex color #28378C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28378C is #D7C873. Grayscale: #3B3B3B. Windows color (decimal): -14141556 or 9189160. OLE color: 9189160.

HSL color Cylindrical-coordinate representation of color #28378C: hue angle of 231º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #28378C is Cyan = 0.71, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 40 55 140 -
CMYK 0.71 0.61 0 0.45
HSL 231º 0.56% 0.35% -
HSV(B) 231º 0.71% 0.55% -
XYZ 6.97 5.08 25.42 -
YUV 60.21 173.03 113.59 -
System Red Green Blue C M Y K H S L
Decimal 40 55 140 0.71 0.61 0 0.45 231 0.56 0.35
Hex 28 37 8C 47 3D 0 2D E7 38 23
Octal 50 67 214 107 75 0 55 347 70 43
Binary 101000 110111 10001100 1000111 111101 0 101101 11100111 111000 100011

Color Harmonies of #28378C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28378C

Black with #28378C

Text Example


Text Example

White with #28378C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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