#214298

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

Shades of Egyptian Blue #214298

Tints of Egyptian Blue #214298

Color information

#214298 (or 0x214298) is unknown color: approx Egyptian Blue. HEX triplet: 21, 42 and 98. RGB value is (33,66,152). Sum of RGB (Red+Green+Blue) = 33+66+152=251 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.15% from 251); Green value is 66 (26.17% from 255 or 26.29% from 251); Blue value is 152 (59.77% from 255 or 60.56% from 251); Max value from RGB is 152 - color contains mainly: blue. Hex color #214298 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214298 is #DEBD67. Grayscale: #414141. Windows color (decimal): -14597480 or 9978401. OLE color: 9978401.

HSL color Cylindrical-coordinate representation of color #214298: hue angle of 223.36º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #214298 is Cyan = 0.78, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB3366152-
CMYK0.780.5700.40
HSL223.36º64.32%36.27%-
HSV(B)223.36º78.29%59.61%-
XYZ8.246.4930.52-
YUV65.94176.57104.51-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.15%
GREEN value IS 66 (26.17% from 255) = 26.29%
BLUE value IS 152 (59.77% from 255) = 60.56%
R=13.15%
G=26.29%
B=60.56%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal33661520.780.5700.40223.3664.3236.27
Hex2142984E39028df4024
Octal411022301167105033710044
Binary10000110000101001100010011101110010101000110111111000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214298; }

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

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

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

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

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

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

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

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