#214260

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

Shades of Regal Blue #214260

Tints of Regal Blue #214260

Color information

#214260 (or 0x214260) is unknown color: approx Regal Blue. HEX triplet: 21, 42 and 60. RGB value is (33,66,96). Sum of RGB (Red+Green+Blue) = 33+66+96=195 (25% of max value = 765). Red value is 33 (13.28% from 255 or 16.92% from 195); Green value is 66 (26.17% from 255 or 33.85% from 195); Blue value is 96 (37.89% from 255 or 49.23% from 195); Max value from RGB is 96 - color contains mainly: blue. Hex color #214260 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214260 is #DEBD9F. Grayscale: #3B3B3B. Windows color (decimal): -14597536 or 6308385. OLE color: 6308385.

HSL color Cylindrical-coordinate representation of color #214260: hue angle of 208.57º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #214260 is Cyan = 0.66, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB336696-
CMYK0.660.3100.62
HSL208.57º48.84%25.29%-
HSV(B)208.57º65.62%37.65%-
XYZ4.695.0611.8-
YUV59.55148.57109.06-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.92%
GREEN value IS 66 (26.17% from 255) = 33.85%
BLUE value IS 96 (37.89% from 255) = 49.23%
R=16.92%
G=33.85%
B=49.23%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3366960.660.3100.62208.5748.8425.29
Hex214260421F03Ed13119
Octal41102140102370763216131
Binary1000011000010110000010000101111101111101101000111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214260; }

 p { color: rgb(33,66,96); }

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

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

 a { background-color: rgb(33,66,96); }

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

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

 span { border-color: rgb(33,66,96); }

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