Html Css Color HEX #28445A Regal Blue

📋 copy color: '#28445A'

red 40 ◦ green 68 ◦ blue 90

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

Shades of Regal Blue #28445A

Tints of Regal Blue #28445A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 45.45%

R = 20.2%
G = 34.34%
B = 45.45%

CMYK

 C value IS 0.56

 M value IS 0.24

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#28445A (or 0x28445A) is known color: Regal Blue. HEX triplet: 28, 44 and 5A. RGB value is (40,68,90). Sum of RGB (Red+Green+Blue) = 40+68+90=198 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.20% from 198); Green value is 68 (26.95% from 255 or 34.34% from 198); Blue value is 90 (35.55% from 255 or 45.45% from 198); Max value from RGB is 90 - color contains mainly: blue. Hex color #28445A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28445A is #D7BBA5. Grayscale: #3E3E3E. Windows color (decimal): -14138278 or 5915688. OLE color: 5915688.

HSL color Cylindrical-coordinate representation of color #28445A: hue angle of 206.4º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #28445A is Cyan = 0.56, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 40 68 90 -
CMYK 0.56 0.24 0 0.65
HSL 206.4º 0.38% 0.25% -
HSV(B) 206.4º 0.56% 0.35% -
XYZ 4.79 5.32 10.45 -
YUV 62.14 143.72 112.21 -
System Red Green Blue C M Y K H S L
Decimal 40 68 90 0.56 0.24 0 0.65 206.4 0.38 0.25
Hex 28 44 5A 38 18 0 41 CE 26 19
Octal 50 104 132 70 30 0 101 316 46 31
Binary 101000 1000100 1011010 111000 11000 0 1000001 11001110 100110 11001

Color Harmonies of #28445A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28445A

Black with #28445A

Text Example


Text Example

White with #28445A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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