Html Css Color HEX #225392 Endeavour

📋 copy color: '#225392'

red 34 ◦ green 83 ◦ blue 146

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

Shades of Endeavour #225392

Tints of Endeavour #225392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 55.51%

R = 12.93%
G = 31.56%
B = 55.51%

CMYK

 C value IS 0.77

 M value IS 0.43

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#225392 (or 0x225392) is known color: Endeavour. HEX triplet: 22, 53 and 92. RGB value is (34,83,146). Sum of RGB (Red+Green+Blue) = 34+83+146=263 (34% of max value = 765). Red value is 34 (13.67% from 255 or 12.93% from 263); Green value is 83 (32.81% from 255 or 31.56% from 263); Blue value is 146 (57.42% from 255 or 55.51% from 263); Max value from RGB is 146 - color contains mainly: blue. Hex color #225392 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225392 is #DDAC6D. Grayscale: #4B4B4B. Windows color (decimal): -14527598 or 9589538. OLE color: 9589538.

HSL color Cylindrical-coordinate representation of color #225392: hue angle of 213.75º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #225392 is Cyan = 0.77, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 34 83 146 -
CMYK 0.77 0.43 0 0.43
HSL 213.75º 0.62% 0.35% -
HSV(B) 213.75º 0.77% 0.57% -
XYZ 8.94 8.6 28.38 -
YUV 75.53 167.77 98.38 -
System Red Green Blue C M Y K H S L
Decimal 34 83 146 0.77 0.43 0 0.43 213.75 0.62 0.35
Hex 22 53 92 4D 2B 0 2B D6 3E 23
Octal 42 123 222 115 53 0 53 326 76 43
Binary 100010 1010011 10010010 1001101 101011 0 101011 11010110 111110 100011

Color Harmonies of #225392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225392

Black with #225392

Text Example


Text Example

White with #225392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #225392; }

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

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

background-color css

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

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

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

border-color css

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

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

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