Html Css Color HEX #2255A0 Endeavour

📋 copy color: '#2255A0'

red 34 ◦ green 85 ◦ blue 160

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

Shades of Endeavour #2255A0

Tints of Endeavour #2255A0

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.47%

 BLUE value IS 160 (62.89% from 255) = 57.35%

R = 12.19%
G = 30.47%
B = 57.35%

CMYK

 C value IS 0.79

 M value IS 0.47

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#2255A0 (or 0x2255A0) is known color: Endeavour. HEX triplet: 22, 55 and A0. RGB value is (34,85,160). Sum of RGB (Red+Green+Blue) = 34+85+160=279 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.19% from 279); Green value is 85 (33.59% from 255 or 30.47% from 279); Blue value is 160 (62.89% from 255 or 57.35% from 279); Max value from RGB is 160 - color contains mainly: blue. Hex color #2255A0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2255A0 is #DDAA5F. Grayscale: #4D4D4D. Windows color (decimal): -14527072 or 10507554. OLE color: 10507554.

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

Color convert

RGB 34 85 160 -
CMYK 0.79 0.47 0 0.37
HSL 215.71º 0.65% 0.38% -
HSV(B) 215.71º 0.79% 0.63% -
XYZ 10.25 9.38 34.53 -
YUV 78.3 174.1 96.4 -
System Red Green Blue C M Y K H S L
Decimal 34 85 160 0.79 0.47 0 0.37 215.71 0.65 0.38
Hex 22 55 A0 4F 2F 0 25 D8 41 26
Octal 42 125 240 117 57 0 45 330 101 46
Binary 100010 1010101 10100000 1001111 101111 0 100101 11011000 1000001 100110

Color Harmonies of #2255A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2255A0

Black with #2255A0

Text Example


Text Example

White with #2255A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2255A0; }

 p { color: rgb(34,85,160); }

 H1.HeaderClassName
 {
   color: #2255A0;
 }
 .AnyTagClassName
 {
   color: #2255A0;
 }
</style>

background-color css

<style>
 a { background-color: #2255A0; }

 a { background-color: rgb(34,85,160); }

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

border-color css

<style>
 span { border-color: #2255A0; }

 span { border-color: rgb(34,85,160); }

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