Html Css Color HEX #2259A1 Endeavour

📋 copy color: '#2259A1'

red 34 ◦ green 89 ◦ blue 161

#2259A1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Endeavour #2259A1

Tints of Endeavour #2259A1

RGB

 RED value IS 34 (13.67% from 255) = 11.97%

 GREEN value IS 89 (35.16% from 255) = 31.34%

 BLUE value IS 161 (63.28% from 255) = 56.69%

R = 11.97%
G = 31.34%
B = 56.69%

CMYK

 C value IS 0.79

 M value IS 0.45

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#2259A1 (or 0x2259A1) is known color: Endeavour. HEX triplet: 22, 59 and A1. RGB value is (34,89,161). Sum of RGB (Red+Green+Blue) = 34+89+161=284 (37% of max value = 765). Red value is 34 (13.67% from 255 or 11.97% from 284); Green value is 89 (35.16% from 255 or 31.34% from 284); Blue value is 161 (63.28% from 255 or 56.69% from 284); Max value from RGB is 161 - color contains mainly: blue. Hex color #2259A1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2259A1 is #DDA65E. Grayscale: #505050. Windows color (decimal): -14526047 or 10574114. OLE color: 10574114.

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

Color convert

RGB 34 89 161 -
CMYK 0.79 0.45 0 0.37
HSL 214.02º 0.65% 0.38% -
HSV(B) 214.02º 0.79% 0.63% -
XYZ 10.67 10.06 35.1 -
YUV 80.76 173.28 94.65 -
System Red Green Blue C M Y K H S L
Decimal 34 89 161 0.79 0.45 0 0.37 214.02 0.65 0.38
Hex 22 59 A1 4F 2D 0 25 D6 41 26
Octal 42 131 241 117 55 0 45 326 101 46
Binary 100010 1011001 10100001 1001111 101101 0 100101 11010110 1000001 100110

Color Harmonies of #2259A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2259A1

Black with #2259A1

Text Example


Text Example

White with #2259A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2259A1;
 }
 .AnyTagClassName
 {
   color: #2259A1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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