#214994

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

Shades of Endeavour #214994

Tints of Endeavour #214994

Color information

#214994 (or 0x214994) is unknown color: approx Endeavour. HEX triplet: 21, 49 and 94. RGB value is (33,73,148). Sum of RGB (Red+Green+Blue) = 33+73+148=254 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.99% from 254); Green value is 73 (28.91% from 255 or 28.74% from 254); Blue value is 148 (58.20% from 255 or 58.27% from 254); Max value from RGB is 148 - color contains mainly: blue. Hex color #214994 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214994 is #DEB66B. Grayscale: #454545. Windows color (decimal): -14595692 or 9718049. OLE color: 9718049.

HSL color Cylindrical-coordinate representation of color #214994: hue angle of 219.13º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #214994 is Cyan = 0.78, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3373148-
CMYK0.780.5100.42
HSL219.13º63.54%35.49%-
HSV(B)219.13º77.7%58.04%-
XYZ8.367.2328.97-
YUV69.59172.25101.9-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.99%
GREEN value IS 73 (28.91% from 255) = 28.74%
BLUE value IS 148 (58.20% from 255) = 58.27%
R=12.99%
G=28.74%
B=58.27%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal33731480.780.5100.42219.1363.5435.49
Hex2149944E3302Adb4023
Octal411112241166305233310043
Binary10000110010011001010010011101100110101010110110111000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214994; }

 p { color: rgb(33,73,148); }

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

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

 a { background-color: rgb(33,73,148); }

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

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

 span { border-color: rgb(33,73,148); }

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