#214365

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

Shades of Regal Blue #214365

Tints of Regal Blue #214365

Color information

#214365 (or 0x214365) is unknown color: approx Regal Blue. HEX triplet: 21, 43 and 65. RGB value is (33,67,101). Sum of RGB (Red+Green+Blue) = 33+67+101=201 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.42% from 201); Green value is 67 (26.56% from 255 or 33.33% from 201); Blue value is 101 (39.84% from 255 or 50.25% from 201); Max value from RGB is 101 - color contains mainly: blue. Hex color #214365 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214365 is #DEBC9A. Grayscale: #3C3C3C. Windows color (decimal): -14597275 or 6636321. OLE color: 6636321.

HSL color Cylindrical-coordinate representation of color #214365: hue angle of 210º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #214365 is Cyan = 0.67, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB3367101-
CMYK0.670.3400.60
HSL210º50.75%26.27%-
HSV(B)210º67.33%39.61%-
XYZ4.985.2813.07-
YUV60.71150.74108.24-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.42%
GREEN value IS 67 (26.56% from 255) = 33.33%
BLUE value IS 101 (39.84% from 255) = 50.25%
R=16.42%
G=33.33%
B=50.25%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal33671010.670.3400.6021050.7526.27
Hex214365432203Cd2331a
Octal41103145103420743226332
Binary10000110000111100101100001110001001111001101001011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214365; }

 p { color: rgb(33,67,101); }

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

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

 a { background-color: rgb(33,67,101); }

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

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

 span { border-color: rgb(33,67,101); }

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