Html Css Color HEX #21415C Regal Blue

📋 copy color: '#21415C'

red 33 ◦ green 65 ◦ blue 92

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

Shades of Regal Blue #21415C

Tints of Regal Blue #21415C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 34.21%

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

R = 17.37%
G = 34.21%
B = 48.42%

CMYK

 C value IS 0.64

 M value IS 0.29

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#21415C (or 0x21415C) is known color: Regal Blue. HEX triplet: 21, 41 and 5C. RGB value is (33,65,92). Sum of RGB (Red+Green+Blue) = 33+65+92=190 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.37% from 190); Green value is 65 (25.78% from 255 or 34.21% from 190); Blue value is 92 (36.33% from 255 or 48.42% from 190); Max value from RGB is 92 - color contains mainly: blue. Hex color #21415C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21415C is #DEBEA3. Grayscale: #3A3A3A. Windows color (decimal): -14597796 or 6045985. OLE color: 6045985.

HSL color Cylindrical-coordinate representation of color #21415C: hue angle of 207.46º 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 #21415C is Cyan = 0.64, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 33 65 92 -
CMYK 0.64 0.29 0 0.64
HSL 207.46º 0.47% 0.25% -
HSV(B) 207.46º 0.64% 0.36% -
XYZ 4.45 4.88 10.83 -
YUV 58.51 146.9 109.8 -
System Red Green Blue C M Y K H S L
Decimal 33 65 92 0.64 0.29 0 0.64 207.46 0.47 0.25
Hex 21 41 5C 40 1D 0 40 CF 2F 19
Octal 41 101 134 100 35 0 100 317 57 31
Binary 100001 1000001 1011100 1000000 11101 0 1000000 11001111 101111 11001

Color Harmonies of #21415C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21415C

Black with #21415C

Text Example


Text Example

White with #21415C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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