Html Css Color HEX #28425A Regal Blue

📋 copy color: '#28425A'

red 40 ◦ green 66 ◦ blue 90

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

Shades of Regal Blue #28425A

Tints of Regal Blue #28425A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 33.67%

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

R = 20.41%
G = 33.67%
B = 45.92%

CMYK

 C value IS 0.56

 M value IS 0.27

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#28425A (or 0x28425A) is known color: Regal Blue. HEX triplet: 28, 42 and 5A. RGB value is (40,66,90). Sum of RGB (Red+Green+Blue) = 40+66+90=196 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.41% from 196); Green value is 66 (26.17% from 255 or 33.67% from 196); Blue value is 90 (35.55% from 255 or 45.92% from 196); Max value from RGB is 90 - color contains mainly: blue. Hex color #28425A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28425A is #D7BDA5. Grayscale: #3C3C3C. Windows color (decimal): -14138790 or 5915176. OLE color: 5915176.

HSL color Cylindrical-coordinate representation of color #28425A: hue angle of 208.8º 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 #28425A is Cyan = 0.56, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 40 66 90 -
CMYK 0.56 0.27 0 0.65
HSL 208.8º 0.38% 0.25% -
HSV(B) 208.8º 0.56% 0.35% -
XYZ 4.67 5.09 10.41 -
YUV 60.96 144.39 113.05 -
System Red Green Blue C M Y K H S L
Decimal 40 66 90 0.56 0.27 0 0.65 208.8 0.38 0.25
Hex 28 42 5A 38 1B 0 41 D1 26 19
Octal 50 102 132 70 33 0 101 321 46 31
Binary 101000 1000010 1011010 111000 11011 0 1000001 11010001 100110 11001

Color Harmonies of #28425A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28425A

Black with #28425A

Text Example


Text Example

White with #28425A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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