#214262

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

Shades of Regal Blue #214262

Tints of Regal Blue #214262

Color information

#214262 (or 0x214262) is unknown color: approx Regal Blue. HEX triplet: 21, 42 and 62. RGB value is (33,66,98). Sum of RGB (Red+Green+Blue) = 33+66+98=197 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.75% from 197); Green value is 66 (26.17% from 255 or 33.50% from 197); Blue value is 98 (38.67% from 255 or 49.75% from 197); Max value from RGB is 98 - color contains mainly: blue. Hex color #214262 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214262 is #DEBD9D. Grayscale: #3B3B3B. Windows color (decimal): -14597534 or 6439457. OLE color: 6439457.

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

Color convert

RGB336698-
CMYK0.660.3300.62
HSL209.54º49.62%25.69%-
HSV(B)209.54º66.33%38.43%-
XYZ4.785.112.29-
YUV59.78149.57108.9-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.75%
GREEN value IS 66 (26.17% from 255) = 33.50%
BLUE value IS 98 (38.67% from 255) = 49.75%
R=16.75%
G=33.50%
B=49.75%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3366980.660.3300.62209.5449.6225.69
Hex214262422103Ed2321a
Octal41102142102410763226232
Binary10000110000101100010100001010000101111101101001011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214262; }

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

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

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

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

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

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

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

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