#214157

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

Shades of Regal Blue #214157

Tints of Regal Blue #214157

Color information

#214157 (or 0x214157) is unknown color: approx Regal Blue. HEX triplet: 21, 41 and 57. RGB value is (33,65,87). Sum of RGB (Red+Green+Blue) = 33+65+87=185 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.84% from 185); Green value is 65 (25.78% from 255 or 35.14% from 185); Blue value is 87 (34.38% from 255 or 47.03% from 185); Max value from RGB is 87 - color contains mainly: blue. Hex color #214157 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214157 is #DEBEA8. Grayscale: #393939. Windows color (decimal): -14597801 or 5718305. OLE color: 5718305.

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

Color convert

RGB336587-
CMYK0.620.2500.66
HSL204.44º45%23.53%-
HSV(B)204.44º62.07%34.12%-
XYZ4.244.799.72-
YUV57.94144.4110.21-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.84%
GREEN value IS 65 (25.78% from 255) = 35.14%
BLUE value IS 87 (34.38% from 255) = 47.03%
R=17.84%
G=35.14%
B=47.03%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3365870.620.2500.66204.444523.53
Hex2141573E19042cc2d18
Octal41101127763101023145530
Binary1000011000001101011111111011001010000101100110010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214157; }

 p { color: rgb(33,65,87); }

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

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

 a { background-color: rgb(33,65,87); }

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

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

 span { border-color: rgb(33,65,87); }

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