#214792

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

Shades of Endeavour #214792

Tints of Endeavour #214792

Color information

#214792 (or 0x214792) is unknown color: approx Endeavour. HEX triplet: 21, 47 and 92. RGB value is (33,71,146). Sum of RGB (Red+Green+Blue) = 33+71+146=250 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.2% from 250); Green value is 71 (28.12% from 255 or 28.4% from 250); Blue value is 146 (57.42% from 255 or 58.4% from 250); Max value from RGB is 146 - color contains mainly: blue. Hex color #214792 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214792 is #DEB86D. Grayscale: #434343. Windows color (decimal): -14596206 or 9586465. OLE color: 9586465.

HSL color Cylindrical-coordinate representation of color #214792: hue angle of 219.82º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #214792 is Cyan = 0.77, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB3371146-
CMYK0.770.5100.43
HSL219.82º63.13%35.1%-
HSV(B)219.82º77.4%57.25%-
XYZ8.076.9128.1-
YUV68.19171.91102.9-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.2%
GREEN value IS 71 (28.12% from 255) = 28.4%
BLUE value IS 146 (57.42% from 255) = 58.4%
R=13.2%
G=28.4%
B=58.4%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal33711460.770.5100.43219.8263.1335.1
Hex2147924D3302Bdc3f23
Octal41107222115630533347743
Binary1000011000111100100101001101110011010101111011100111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214792; }

 p { color: rgb(33,71,146); }

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

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

 a { background-color: rgb(33,71,146); }

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

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

 span { border-color: rgb(33,71,146); }

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