Html Css Color HEX #225994 Endeavour

📋 copy color: '#225994'

red 34 ◦ green 89 ◦ blue 148

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

Shades of Endeavour #225994

Tints of Endeavour #225994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 54.61%

R = 12.55%
G = 32.84%
B = 54.61%

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

#225994 (or 0x225994) is known color: Endeavour. HEX triplet: 22, 59 and 94. RGB value is (34,89,148). Sum of RGB (Red+Green+Blue) = 34+89+148=271 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.55% from 271); Green value is 89 (35.16% from 255 or 32.84% from 271); Blue value is 148 (58.20% from 255 or 54.61% from 271); Max value from RGB is 148 - color contains mainly: blue. Hex color #225994 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225994 is #DDA66B. Grayscale: #4E4E4E. Windows color (decimal): -14526060 or 9722146. OLE color: 9722146.

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

Color convert

RGB 34 89 148 -
CMYK 0.77 0.40 0 0.42
HSL 211.05º 0.63% 0.36% -
HSV(B) 211.05º 0.77% 0.58% -
XYZ 9.58 9.62 29.37 -
YUV 79.28 166.78 95.7 -
System Red Green Blue C M Y K H S L
Decimal 34 89 148 0.77 0.40 0 0.42 211.05 0.63 0.36
Hex 22 59 94 4D 28 0 2A D3 3F 24
Octal 42 131 224 115 50 0 52 323 77 44
Binary 100010 1011001 10010100 1001101 101000 0 101010 11010011 111111 100100

Color Harmonies of #225994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225994

Black with #225994

Text Example


Text Example

White with #225994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #225994; }

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

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

background-color css

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

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

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

border-color css

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

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

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