Html Css Color HEX #2251A1 Endeavour

📋 copy color: '#2251A1'

red 34 ◦ green 81 ◦ blue 161

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

Shades of Endeavour #2251A1

Tints of Endeavour #2251A1

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 value IS 0.79

 M value IS 0.50

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#2251A1 (or 0x2251A1) is known color: 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

RGB 34 81 161 -
CMYK 0.79 0.50 0 0.37
HSL 217.8º 0.65% 0.38% -
HSV(B) 217.8º 0.79% 0.63% -
XYZ 10.04 8.8 34.89 -
YUV 76.07 175.93 98 -
System Red Green Blue C M Y K H S L
Decimal 34 81 161 0.79 0.50 0 0.37 217.8 0.65 0.38
Hex 22 51 A1 4F 32 0 25 DA 41 26
Octal 42 121 241 117 62 0 45 332 101 46
Binary 100010 1010001 10100001 1001111 110010 0 100101 11011010 1000001 100110

Color Harmonies of #2251A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2251A1

Black with #2251A1

Text Example


Text Example

White with #2251A1

Text Example


Text Example

HTML Codes & Css Web 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>