Html Css Color HEX #225694 Endeavour

📋 copy color: '#225694'

red 34 ◦ green 86 ◦ blue 148

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

Shades of Endeavour #225694

Tints of Endeavour #225694

RGB

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

 GREEN value IS 86 (33.98% from 255) = 32.09%

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

R = 12.69%
G = 32.09%
B = 55.22%

CMYK

 C value IS 0.77

 M value IS 0.42

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#225694 (or 0x225694) is known color: Endeavour. HEX triplet: 22, 56 and 94. RGB value is (34,86,148). Sum of RGB (Red+Green+Blue) = 34+86+148=268 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.69% from 268); Green value is 86 (33.98% from 255 or 32.09% from 268); Blue value is 148 (58.20% from 255 or 55.22% from 268); Max value from RGB is 148 - color contains mainly: blue. Hex color #225694 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225694 is #DDA96B. Grayscale: #4D4D4D. Windows color (decimal): -14526828 or 9721378. OLE color: 9721378.

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

Color convert

RGB 34 86 148 -
CMYK 0.77 0.42 0 0.42
HSL 212.63º 0.63% 0.36% -
HSV(B) 212.63º 0.77% 0.58% -
XYZ 9.33 9.13 29.29 -
YUV 77.52 167.77 96.96 -
System Red Green Blue C M Y K H S L
Decimal 34 86 148 0.77 0.42 0 0.42 212.63 0.63 0.36
Hex 22 56 94 4D 2A 0 2A D5 3F 24
Octal 42 126 224 115 52 0 52 325 77 44
Binary 100010 1010110 10010100 1001101 101010 0 101010 11010101 111111 100100

Color Harmonies of #225694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225694

Black with #225694

Text Example


Text Example

White with #225694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #225694; }

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

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

background-color css

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

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

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

border-color css

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

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

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