Html Css Color HEX #225893 Endeavour

📋 copy color: '#225893'

red 34 ◦ green 88 ◦ blue 147

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

Shades of Endeavour #225893

Tints of Endeavour #225893

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32.71%

 BLUE value IS 147 (57.81% from 255) = 54.65%

R = 12.64%
G = 32.71%
B = 54.65%

CMYK

 C value IS 0.77

 M value IS 0.40

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#225893 (or 0x225893) is known color: Endeavour. HEX triplet: 22, 58 and 93. RGB value is (34,88,147). Sum of RGB (Red+Green+Blue) = 34+88+147=269 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.64% from 269); Green value is 88 (34.77% from 255 or 32.71% from 269); Blue value is 147 (57.81% from 255 or 54.65% from 269); Max value from RGB is 147 - color contains mainly: blue. Hex color #225893 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225893 is #DDA76C. Grayscale: #4E4E4E. Windows color (decimal): -14526317 or 9656354. OLE color: 9656354.

HSL color Cylindrical-coordinate representation of color #225893: hue angle of 211.33º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #225893 is Cyan = 0.77, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 34 88 147 -
CMYK 0.77 0.40 0 0.42
HSL 211.33º 0.62% 0.35% -
HSV(B) 211.33º 0.77% 0.58% -
XYZ 9.42 9.43 28.93 -
YUV 78.58 166.61 96.2 -
System Red Green Blue C M Y K H S L
Decimal 34 88 147 0.77 0.40 0 0.42 211.33 0.62 0.35
Hex 22 58 93 4D 28 0 2A D3 3E 23
Octal 42 130 223 115 50 0 52 323 76 43
Binary 100010 1011000 10010011 1001101 101000 0 101010 11010011 111110 100011

Color Harmonies of #225893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225893

Black with #225893

Text Example


Text Example

White with #225893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #225893; }

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

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

background-color css

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

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

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

border-color css

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

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

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