#2251A1

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

Shades of Endeavour #2251A1

Tints of Endeavour #2251A1

Color information

#2251A1 (or 0x2251A1) is unknown color: approx Endeavour. HEX triplet: 22, 51 and A1. RGB value is (34,81,161). Sum of RGB (Red+Green+Blue) = 34+81+161=276 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.32% from 276); Green value is 81 (32.03% from 255 or 29.35% from 276); Blue value is 161 (63.28% from 255 or 58.33% from 276); Max value from RGB is 161 - color contains mainly: blue. Hex color #2251A1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2251A1 is #DDAE5E. Grayscale: #4B4B4B. Windows color (decimal): -14528095 or 10572066. OLE color: 10572066.

HSL color Cylindrical-coordinate representation of color #2251A1: hue angle of 217.8º 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 #2251A1 is Cyan = 0.79, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB3481161-
CMYK0.790.5000.37
HSL217.8º65.13%38.24%-
HSV(B)217.8º78.88%63.14%-
XYZ10.048.834.89-
YUV76.07175.9398-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.32%
GREEN value IS 81 (32.03% from 255) = 29.35%
BLUE value IS 161 (63.28% from 255) = 58.33%
R=12.32%
G=29.35%
B=58.33%

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
Decimal34811610.790.5000.37217.865.1338.24
Hex2251A14F32025da4126
Octal421212411176204533210146
Binary10001010100011010000110011111100100100101110110101000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2251A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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