Html Css Color HEX #225895 Endeavour

📋 copy color: '#225895'

red 34 ◦ green 88 ◦ blue 149

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

Shades of Endeavour #225895

Tints of Endeavour #225895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 54.98%

R = 12.55%
G = 32.47%
B = 54.98%

CMYK

 C value IS 0.77

 M value IS 0.41

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#225895 (or 0x225895) is known color: Endeavour. HEX triplet: 22, 58 and 95. RGB value is (34,88,149). Sum of RGB (Red+Green+Blue) = 34+88+149=271 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.55% from 271); Green value is 88 (34.77% from 255 or 32.47% from 271); Blue value is 149 (58.59% from 255 or 54.98% from 271); Max value from RGB is 149 - color contains mainly: blue. Hex color #225895 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225895 is #DDA76A. Grayscale: #4E4E4E. Windows color (decimal): -14526315 or 9787426. OLE color: 9787426.

HSL color Cylindrical-coordinate representation of color #225895: hue angle of 211.83º 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 #225895 is Cyan = 0.77, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 34 88 149 -
CMYK 0.77 0.41 0 0.42
HSL 211.83º 0.63% 0.36% -
HSV(B) 211.83º 0.77% 0.58% -
XYZ 9.57 9.49 29.76 -
YUV 78.81 167.61 96.04 -
System Red Green Blue C M Y K H S L
Decimal 34 88 149 0.77 0.41 0 0.42 211.83 0.63 0.36
Hex 22 58 95 4D 29 0 2A D4 3F 24
Octal 42 130 225 115 51 0 52 324 77 44
Binary 100010 1011000 10010101 1001101 101001 0 101010 11010100 111111 100100

Color Harmonies of #225895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225895

Black with #225895

Text Example


Text Example

White with #225895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #225895; }

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

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

background-color css

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

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

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

border-color css

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

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

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