Html Css Color HEX #225194 Endeavour

📋 copy color: '#225194'

red 34 ◦ green 81 ◦ blue 148

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

Shades of Endeavour #225194

Tints of Endeavour #225194

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30.8%

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

R = 12.93%
G = 30.8%
B = 56.27%

CMYK

 C value IS 0.77

 M value IS 0.45

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#225194 (or 0x225194) is known color: Endeavour. HEX triplet: 22, 51 and 94. RGB value is (34,81,148). Sum of RGB (Red+Green+Blue) = 34+81+148=263 (34% of max value = 765). Red value is 34 (13.67% from 255 or 12.93% from 263); Green value is 81 (32.03% from 255 or 30.80% from 263); Blue value is 148 (58.20% from 255 or 56.27% from 263); Max value from RGB is 148 - color contains mainly: blue. Hex color #225194 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225194 is #DDAE6B. Grayscale: #4A4A4A. Windows color (decimal): -14528108 or 9720098. OLE color: 9720098.

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

Color convert

RGB 34 81 148 -
CMYK 0.77 0.45 0 0.42
HSL 215.26º 0.63% 0.36% -
HSV(B) 215.26º 0.77% 0.58% -
XYZ 8.95 8.36 29.16 -
YUV 74.59 169.43 99.05 -
System Red Green Blue C M Y K H S L
Decimal 34 81 148 0.77 0.45 0 0.42 215.26 0.63 0.36
Hex 22 51 94 4D 2D 0 2A D7 3F 24
Octal 42 121 224 115 55 0 52 327 77 44
Binary 100010 1010001 10010100 1001101 101101 0 101010 11010111 111111 100100

Color Harmonies of #225194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225194

Black with #225194

Text Example


Text Example

White with #225194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #225194; }

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

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

background-color css

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

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

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

border-color css

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

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

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