#2258A2

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

Shades of Endeavour #2258A2

Tints of Endeavour #2258A2

Color information

#2258A2 (or 0x2258A2) is unknown color: approx Endeavour. HEX triplet: 22, 58 and A2. RGB value is (34,88,162). Sum of RGB (Red+Green+Blue) = 34+88+162=284 (37% of max value = 765). Red value is 34 (13.67% from 255 or 11.97% from 284); Green value is 88 (34.77% from 255 or 30.99% from 284); Blue value is 162 (63.67% from 255 or 57.04% from 284); Max value from RGB is 162 - color contains mainly: blue. Hex color #2258A2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2258A2 is #DDA75D. Grayscale: #4F4F4F. Windows color (decimal): -14526302 or 10639394. OLE color: 10639394.

HSL color Cylindrical-coordinate representation of color #2258A2: hue angle of 214.69º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2258A2 is Cyan = 0.79, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB3488162-
CMYK0.790.4600.36
HSL214.69º65.31%38.43%-
HSV(B)214.69º79.01%63.53%-
XYZ10.679.9335.54-
YUV80.29174.1194.98-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.97%
GREEN value IS 88 (34.77% from 255) = 30.99%
BLUE value IS 162 (63.67% from 255) = 57.04%
R=11.97%
G=30.99%
B=57.04%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal34881620.790.4600.36214.6965.3138.43
Hex2258A24F2E024d74126
Octal421302421175604432710146
Binary10001010110001010001010011111011100100100110101111000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2258A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2258A2; }

 p { color: rgb(34,88,162); }

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

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

 a { background-color: rgb(34,88,162); }

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

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

 span { border-color: rgb(34,88,162); }

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