#213954

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

Shades of Regal Blue #213954

Tints of Regal Blue #213954

Color information

#213954 (or 0x213954) is unknown color: approx Regal Blue. HEX triplet: 21, 39 and 54. RGB value is (33,57,84). Sum of RGB (Red+Green+Blue) = 33+57+84=174 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.97% from 174); Green value is 57 (22.66% from 255 or 32.76% from 174); Blue value is 84 (33.20% from 255 or 48.28% from 174); Max value from RGB is 84 - color contains mainly: blue. Hex color #213954 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213954 is #DEC6AB. Grayscale: #343434. Windows color (decimal): -14599852 or 5519649. OLE color: 5519649.

HSL color Cylindrical-coordinate representation of color #213954: hue angle of 211.76º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #213954 is Cyan = 0.61, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB335784-
CMYK0.610.3200.67
HSL211.76º43.59%22.94%-
HSV(B)211.76º60.71%32.94%-
XYZ3.693.898.94-
YUV52.9145.55113.8-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.97%
GREEN value IS 57 (22.66% from 255) = 32.76%
BLUE value IS 84 (33.20% from 255) = 48.28%
R=18.97%
G=32.76%
B=48.28%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3357840.610.3200.67211.7643.5922.94
Hex2139543D20043d42c17
Octal4171124754001033245427
Binary1000011110011010100111101100000010000111101010010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213954; }

 p { color: rgb(33,57,84); }

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

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

 a { background-color: rgb(33,57,84); }

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

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

 span { border-color: rgb(33,57,84); }

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