#214261

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

Shades of Regal Blue #214261

Tints of Regal Blue #214261

Color information

#214261 (or 0x214261) is unknown color: approx Regal Blue. HEX triplet: 21, 42 and 61. RGB value is (33,66,97). Sum of RGB (Red+Green+Blue) = 33+66+97=196 (25% of max value = 765). Red value is 33 (13.28% from 255 or 16.84% from 196); Green value is 66 (26.17% from 255 or 33.67% from 196); Blue value is 97 (38.28% from 255 or 49.49% from 196); Max value from RGB is 97 - color contains mainly: blue. Hex color #214261 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214261 is #DEBD9E. Grayscale: #3B3B3B. Windows color (decimal): -14597535 or 6373921. OLE color: 6373921.

HSL color Cylindrical-coordinate representation of color #214261: hue angle of 209.06º 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 #214261 is Cyan = 0.66, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB336697-
CMYK0.660.3200.62
HSL209.06º49.23%25.49%-
HSV(B)209.06º65.98%38.04%-
XYZ4.735.0812.04-
YUV59.67149.07108.98-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.84%
GREEN value IS 66 (26.17% from 255) = 33.67%
BLUE value IS 97 (38.28% from 255) = 49.49%
R=16.84%
G=33.67%
B=49.49%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3366970.660.3200.62209.0649.2325.49
Hex214261422003Ed13119
Octal41102141102400763216131
Binary10000110000101100001100001010000001111101101000111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214261; }

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

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

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

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

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

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

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

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