#214d9b

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

Shades of Endeavour #214D9B

Tints of Endeavour #214D9B

Color information

#214D9B (or 0x214D9B) is unknown color: approx Endeavour. HEX triplet: 21, 4D and 9B. RGB value is (33,77,155). Sum of RGB (Red+Green+Blue) = 33+77+155=265 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.45% from 265); Green value is 77 (30.47% from 255 or 29.06% from 265); Blue value is 155 (60.94% from 255 or 58.49% from 265); Max value from RGB is 155 - color contains mainly: blue. Hex color #214D9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #214D9B is #DEB264. Grayscale: #484848. Windows color (decimal): -14594661 or 10177825. OLE color: 10177825.

HSL color Cylindrical-coordinate representation of color #214D9B: hue angle of 218.36º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #214D9B is Cyan = 0.79, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB3377155-
CMYK0.790.5000.39
HSL218.36º64.89%36.86%-
HSV(B)218.36º78.71%60.78%-
XYZ9.2832.07-
YUV72.74174.4299.66-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.45%
GREEN value IS 77 (30.47% from 255) = 29.06%
BLUE value IS 155 (60.94% from 255) = 58.49%
R=12.45%
G=29.06%
B=58.49%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal33771550.790.5000.39218.3664.8936.86
Hex214D9B4F32027da4125
Octal411152331176204733210145
Binary10000110011011001101110011111100100100111110110101000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214d9b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214d9b; }

 p { color: rgb(33,77,155); }

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

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

 a { background-color: rgb(33,77,155); }

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

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

 span { border-color: rgb(33,77,155); }

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