Html Css Color HEX #21425C Regal Blue

📋 copy color: '#21425C'

red 33 ◦ green 66 ◦ blue 92

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

Shades of Regal Blue #21425C

Tints of Regal Blue #21425C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 48.17%

R = 17.28%
G = 34.55%
B = 48.17%

CMYK

 C value IS 0.64

 M value IS 0.28

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#21425C (or 0x21425C) is known color: Regal Blue. HEX triplet: 21, 42 and 5C. RGB value is (33,66,92). Sum of RGB (Red+Green+Blue) = 33+66+92=191 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.28% from 191); Green value is 66 (26.17% from 255 or 34.55% from 191); Blue value is 92 (36.33% from 255 or 48.17% from 191); Max value from RGB is 92 - color contains mainly: blue. Hex color #21425C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21425C is #DEBDA3. Grayscale: #3A3A3A. Windows color (decimal): -14597540 or 6046241. OLE color: 6046241.

HSL color Cylindrical-coordinate representation of color #21425C: hue angle of 206.44º degrees, saturation: 0.47, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #21425C is Cyan = 0.64, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 33 66 92 -
CMYK 0.64 0.28 0 0.64
HSL 206.44º 0.47% 0.25% -
HSV(B) 206.44º 0.64% 0.36% -
XYZ 4.51 4.99 10.85 -
YUV 59.1 146.57 109.39 -
System Red Green Blue C M Y K H S L
Decimal 33 66 92 0.64 0.28 0 0.64 206.44 0.47 0.25
Hex 21 42 5C 40 1C 0 40 CE 2F 19
Octal 41 102 134 100 34 0 100 316 57 31
Binary 100001 1000010 1011100 1000000 11100 0 1000000 11001110 101111 11001

Color Harmonies of #21425C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21425C

Black with #21425C

Text Example


Text Example

White with #21425C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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