Html Css Color HEX #28445D Regal Blue

📋 copy color: '#28445D'

red 40 ◦ green 68 ◦ blue 93

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

Shades of Regal Blue #28445D

Tints of Regal Blue #28445D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 33.83%

 BLUE value IS 93 (36.72% from 255) = 46.27%

R = 19.9%
G = 33.83%
B = 46.27%

CMYK

 C value IS 0.57

 M value IS 0.27

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#28445D (or 0x28445D) is known color: Regal Blue. HEX triplet: 28, 44 and 5D. RGB value is (40,68,93). Sum of RGB (Red+Green+Blue) = 40+68+93=201 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.90% from 201); Green value is 68 (26.95% from 255 or 33.83% from 201); Blue value is 93 (36.72% from 255 or 46.27% from 201); Max value from RGB is 93 - color contains mainly: blue. Hex color #28445D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28445D is #D7BBA2. Grayscale: #3E3E3E. Windows color (decimal): -14138275 or 6112296. OLE color: 6112296.

HSL color Cylindrical-coordinate representation of color #28445D: hue angle of 208.3º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #28445D is Cyan = 0.57, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 40 68 93 -
CMYK 0.57 0.27 0 0.64
HSL 208.3º 0.4% 0.26% -
HSV(B) 208.3º 0.57% 0.36% -
XYZ 4.92 5.38 11.13 -
YUV 62.48 145.22 111.97 -
System Red Green Blue C M Y K H S L
Decimal 40 68 93 0.57 0.27 0 0.64 208.3 0.4 0.26
Hex 28 44 5D 39 1B 0 40 D0 28 1A
Octal 50 104 135 71 33 0 100 320 50 32
Binary 101000 1000100 1011101 111001 11011 0 1000000 11010000 101000 11010

Color Harmonies of #28445D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28445D

Black with #28445D

Text Example


Text Example

White with #28445D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,68,93); }

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

background-color css

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

 a { background-color: rgb(40,68,93); }

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

border-color css

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

 span { border-color: rgb(40,68,93); }

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