#214468

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

Shades of Regal Blue #214468

Tints of Regal Blue #214468

Color information

#214468 (or 0x214468) is unknown color: approx Regal Blue. HEX triplet: 21, 44 and 68. RGB value is (33,68,104). Sum of RGB (Red+Green+Blue) = 33+68+104=205 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.10% from 205); Green value is 68 (26.95% from 255 or 33.17% from 205); Blue value is 104 (41.02% from 255 or 50.73% from 205); Max value from RGB is 104 - color contains mainly: blue. Hex color #214468 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214468 is #DEBB97. Grayscale: #3D3D3D. Windows color (decimal): -14597016 or 6833185. OLE color: 6833185.

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

Color convert

RGB3368104-
CMYK0.680.3500.59
HSL210.42º51.82%26.86%-
HSV(B)210.42º68.27%40.78%-
XYZ5.195.4613.88-
YUV61.64151.9107.57-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.10%
GREEN value IS 68 (26.95% from 255) = 33.17%
BLUE value IS 104 (41.02% from 255) = 50.73%
R=16.10%
G=33.17%
B=50.73%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal33681040.680.3500.59210.4251.8226.86
Hex214468442303Bd2341b
Octal41104150104430733226433
Binary10000110001001101000100010010001101110111101001011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214468; }

 p { color: rgb(33,68,104); }

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

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

 a { background-color: rgb(33,68,104); }

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

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

 span { border-color: rgb(33,68,104); }

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