#21374F

Color #21374F Regal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Regal Blue #21374F

Tints of Regal Blue #21374F

Color information

#21374F (or 0x21374F) is unknown color: approx Regal Blue. HEX triplet: 21, 37 and 4F. RGB value is (33,55,79). Sum of RGB (Red+Green+Blue) = 33+55+79=167 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.76% from 167); Green value is 55 (21.88% from 255 or 32.93% from 167); Blue value is 79 (31.25% from 255 or 47.31% from 167); Max value from RGB is 79 - color contains mainly: blue. Hex color #21374F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21374F is #DEC8B0. Grayscale: #333333. Windows color (decimal): -14600369 or 5191457. OLE color: 5191457.

HSL color Cylindrical-coordinate representation of color #21374F: hue angle of 211.3º degrees, saturation: 0.41, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #21374F is Cyan = 0.58, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB335579-
CMYK0.580.3000.69
HSL211.3º41.07%21.96%-
HSV(B)211.3º58.23%30.98%-
XYZ3.43.627.92-
YUV51.16143.71115.05-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.76%
GREEN value IS 55 (21.88% from 255) = 32.93%
BLUE value IS 79 (31.25% from 255) = 47.31%
R=19.76%
G=32.93%
B=47.31%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3355790.580.3000.69211.341.0721.96
Hex21374F3A1E045d32916
Octal4167117723601053235126
Binary100001110111100111111101011110010001011101001110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21374F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21374F; }

 p { color: rgb(33,55,79); }

 H1.HeaderClassName
 {
   color: #21374F;
 }
 .AnyTagClassName
 {
   color: #21374F;
 }
</style>
background-color css

<style>
 a { background-color: #21374F; }

 a { background-color: rgb(33,55,79); }

 div.DivClassName
 {
   background-color: #21374F;
 }
 .BgClassName
 {
   background-color: #21374F;
 }
</style>
border-color css

<style>
 span { border-color: #21374F; }

 span { border-color: rgb(33,55,79); }

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