Html Css Color HEX #21425A Regal Blue

📋 copy color: '#21425A'

red 33 ◦ green 66 ◦ blue 90

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

Shades of Regal Blue #21425A

Tints of Regal Blue #21425A

RGB

 RED value IS 33 (13.28% from 255) = 17.46%

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

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

R = 17.46%
G = 34.92%
B = 47.62%

CMYK

 C value IS 0.63

 M value IS 0.27

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#21425A (or 0x21425A) is known color: Regal Blue. HEX triplet: 21, 42 and 5A. RGB value is (33,66,90). Sum of RGB (Red+Green+Blue) = 33+66+90=189 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.46% from 189); Green value is 66 (26.17% from 255 or 34.92% from 189); Blue value is 90 (35.55% from 255 or 47.62% from 189); Max value from RGB is 90 - color contains mainly: blue. Hex color #21425A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21425A is #DEBDA5. Grayscale: #3A3A3A. Windows color (decimal): -14597542 or 5915169. OLE color: 5915169.

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

Color convert

RGB 33 66 90 -
CMYK 0.63 0.27 0 0.65
HSL 205.26º 0.46% 0.24% -
HSV(B) 205.26º 0.63% 0.35% -
XYZ 4.42 4.96 10.4 -
YUV 58.87 145.57 109.55 -
System Red Green Blue C M Y K H S L
Decimal 33 66 90 0.63 0.27 0 0.65 205.26 0.46 0.24
Hex 21 42 5A 3F 1B 0 41 CD 2E 18
Octal 41 102 132 77 33 0 101 315 56 30
Binary 100001 1000010 1011010 111111 11011 0 1000001 11001101 101110 11000

Color Harmonies of #21425A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21425A

Black with #21425A

Text Example


Text Example

White with #21425A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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