#214367

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

Shades of Regal Blue #214367

Tints of Regal Blue #214367

Color information

#214367 (or 0x214367) is unknown color: approx Regal Blue. HEX triplet: 21, 43 and 67. RGB value is (33,67,103). Sum of RGB (Red+Green+Blue) = 33+67+103=203 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.26% from 203); Green value is 67 (26.56% from 255 or 33.00% from 203); Blue value is 103 (40.62% from 255 or 50.74% from 203); Max value from RGB is 103 - color contains mainly: blue. Hex color #214367 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214367 is #DEBC98. Grayscale: #3C3C3C. Windows color (decimal): -14597273 or 6767393. OLE color: 6767393.

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

Color convert

RGB3367103-
CMYK0.680.3500.60
HSL210.86º51.47%26.67%-
HSV(B)210.86º67.96%40.39%-
XYZ5.085.3213.59-
YUV60.94151.74108.07-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.26%
GREEN value IS 67 (26.56% from 255) = 33.00%
BLUE value IS 103 (40.62% from 255) = 50.74%
R=16.26%
G=33.00%
B=50.74%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal33671030.680.3500.60210.8651.4726.67
Hex214367442303Cd3331b
Octal41103147104430743236333
Binary10000110000111100111100010010001101111001101001111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214367; }

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

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

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

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

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

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

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

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