#213F5C

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

Shades of Regal Blue #213F5C

Tints of Regal Blue #213F5C

Color information

#213F5C (or 0x213F5C) is unknown color: approx Regal Blue. HEX triplet: 21, 3F and 5C. RGB value is (33,63,92). Sum of RGB (Red+Green+Blue) = 33+63+92=188 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.55% from 188); Green value is 63 (25% from 255 or 33.51% from 188); Blue value is 92 (36.33% from 255 or 48.94% from 188); Max value from RGB is 92 - color contains mainly: blue. Hex color #213F5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213F5C is #DEC0A3. Grayscale: #393939. Windows color (decimal): -14598308 or 6045473. OLE color: 6045473.

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

Color convert

RGB336392-
CMYK0.640.3200.64
HSL209.49º47.2%24.51%-
HSV(B)209.49º64.13%36.08%-
XYZ4.344.6510.79-
YUV57.34147.56110.64-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.55%
GREEN value IS 63 (25% from 255) = 33.51%
BLUE value IS 92 (36.33% from 255) = 48.94%
R=17.55%
G=33.51%
B=48.94%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3363920.640.3200.64209.4947.224.51
Hex213F5C4020040d12f19
Octal41771341004001003215731
Binary10000111111110111001000000100000010000001101000110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213F5C; }

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

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

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

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

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

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

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

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