Html Css Color HEX #225394 Endeavour

📋 copy color: '#225394'

red 34 ◦ green 83 ◦ blue 148

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

Shades of Endeavour #225394

Tints of Endeavour #225394

RGB

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

 GREEN value IS 83 (32.81% from 255) = 31.32%

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

R = 12.83%
G = 31.32%
B = 55.85%

CMYK

 C value IS 0.77

 M value IS 0.44

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#225394 (or 0x225394) is known color: Endeavour. HEX triplet: 22, 53 and 94. RGB value is (34,83,148). Sum of RGB (Red+Green+Blue) = 34+83+148=265 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.83% from 265); Green value is 83 (32.81% from 255 or 31.32% from 265); Blue value is 148 (58.20% from 255 or 55.85% from 265); Max value from RGB is 148 - color contains mainly: blue. Hex color #225394 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225394 is #DDAC6B. Grayscale: #4B4B4B. Windows color (decimal): -14527596 or 9720610. OLE color: 9720610.

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

Color convert

RGB 34 83 148 -
CMYK 0.77 0.44 0 0.42
HSL 214.21º 0.63% 0.36% -
HSV(B) 214.21º 0.77% 0.58% -
XYZ 9.1 8.66 29.21 -
YUV 75.76 168.77 98.21 -
System Red Green Blue C M Y K H S L
Decimal 34 83 148 0.77 0.44 0 0.42 214.21 0.63 0.36
Hex 22 53 94 4D 2C 0 2A D6 3F 24
Octal 42 123 224 115 54 0 52 326 77 44
Binary 100010 1010011 10010100 1001101 101100 0 101010 11010110 111111 100100

Color Harmonies of #225394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225394

Black with #225394

Text Example


Text Example

White with #225394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #225394; }

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

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

background-color css

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

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

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

border-color css

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

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

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