#2250A1

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

Shades of Endeavour #2250A1

Tints of Endeavour #2250A1

Color information

#2250A1 (or 0x2250A1) is unknown color: approx Endeavour. HEX triplet: 22, 50 and A1. RGB value is (34,80,161). Sum of RGB (Red+Green+Blue) = 34+80+161=275 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.36% from 275); Green value is 80 (31.64% from 255 or 29.09% from 275); Blue value is 161 (63.28% from 255 or 58.55% from 275); Max value from RGB is 161 - color contains mainly: blue. Hex color #2250A1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2250A1 is #DDAF5E. Grayscale: #4B4B4B. Windows color (decimal): -14528351 or 10571810. OLE color: 10571810.

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

Color convert

RGB3480161-
CMYK0.790.5000.37
HSL218.27º65.13%38.24%-
HSV(B)218.27º78.88%63.14%-
XYZ9.968.6534.86-
YUV75.48176.2698.41-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.36%
GREEN value IS 80 (31.64% from 255) = 29.09%
BLUE value IS 161 (63.28% from 255) = 58.55%
R=12.36%
G=29.09%
B=58.55%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal34801610.790.5000.37218.2765.1338.24
Hex2250A14F32025da4126
Octal421202411176204533210146
Binary10001010100001010000110011111100100100101110110101000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2250A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2250A1; }

 p { color: rgb(34,80,161); }

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

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

 a { background-color: rgb(34,80,161); }

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

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

 span { border-color: rgb(34,80,161); }

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