Html Css Color HEX #225794 Endeavour

📋 copy color: '#225794'

red 34 ◦ green 87 ◦ blue 148

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

Shades of Endeavour #225794

Tints of Endeavour #225794

RGB

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

 GREEN value IS 87 (34.38% from 255) = 32.34%

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

R = 12.64%
G = 32.34%
B = 55.02%

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

#225794 (or 0x225794) is known color: Endeavour. HEX triplet: 22, 57 and 94. RGB value is (34,87,148). Sum of RGB (Red+Green+Blue) = 34+87+148=269 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.64% from 269); Green value is 87 (34.38% from 255 or 32.34% from 269); Blue value is 148 (58.20% from 255 or 55.02% from 269); Max value from RGB is 148 - color contains mainly: blue. Hex color #225794 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225794 is #DDA86B. Grayscale: #4D4D4D. Windows color (decimal): -14526572 or 9721634. OLE color: 9721634.

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

Color convert

RGB 34 87 148 -
CMYK 0.77 0.41 0 0.42
HSL 212.11º 0.63% 0.36% -
HSV(B) 212.11º 0.77% 0.58% -
XYZ 9.41 9.29 29.31 -
YUV 78.11 167.44 96.54 -
System Red Green Blue C M Y K H S L
Decimal 34 87 148 0.77 0.41 0 0.42 212.11 0.63 0.36
Hex 22 57 94 4D 29 0 2A D4 3F 24
Octal 42 127 224 115 51 0 52 324 77 44
Binary 100010 1010111 10010100 1001101 101001 0 101010 11010100 111111 100100

Color Harmonies of #225794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225794

Black with #225794

Text Example


Text Example

White with #225794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #225794; }

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

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

background-color css

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

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

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

border-color css

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

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

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