Html Css Color HEX #28445B Regal Blue

📋 copy color: '#28445B'

red 40 ◦ green 68 ◦ blue 91

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

Shades of Regal Blue #28445B

Tints of Regal Blue #28445B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 45.73%

R = 20.1%
G = 34.17%
B = 45.73%

CMYK

 C value IS 0.56

 M value IS 0.25

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#28445B (or 0x28445B) is known color: Regal Blue. HEX triplet: 28, 44 and 5B. RGB value is (40,68,91). Sum of RGB (Red+Green+Blue) = 40+68+91=199 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.10% from 199); Green value is 68 (26.95% from 255 or 34.17% from 199); Blue value is 91 (35.94% from 255 or 45.73% from 199); Max value from RGB is 91 - color contains mainly: blue. Hex color #28445B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28445B is #D7BBA4. Grayscale: #3E3E3E. Windows color (decimal): -14138277 or 5981224. OLE color: 5981224.

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

Color convert

RGB 40 68 91 -
CMYK 0.56 0.25 0 0.64
HSL 207.06º 0.39% 0.26% -
HSV(B) 207.06º 0.56% 0.36% -
XYZ 4.83 5.34 10.67 -
YUV 62.25 144.22 112.13 -
System Red Green Blue C M Y K H S L
Decimal 40 68 91 0.56 0.25 0 0.64 207.06 0.39 0.26
Hex 28 44 5B 38 19 0 40 CF 27 1A
Octal 50 104 133 70 31 0 100 317 47 32
Binary 101000 1000100 1011011 111000 11001 0 1000000 11001111 100111 11010

Color Harmonies of #28445B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28445B

Black with #28445B

Text Example


Text Example

White with #28445B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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