Html Css Color HEX #225393 Endeavour

📋 copy color: '#225393'

red 34 ◦ green 83 ◦ blue 147

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

Shades of Endeavour #225393

Tints of Endeavour #225393

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 55.68%

R = 12.88%
G = 31.44%
B = 55.68%

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

#225393 (or 0x225393) is known color: Endeavour. HEX triplet: 22, 53 and 93. RGB value is (34,83,147). Sum of RGB (Red+Green+Blue) = 34+83+147=264 (34% of max value = 765). Red value is 34 (13.67% from 255 or 12.88% from 264); Green value is 83 (32.81% from 255 or 31.44% from 264); Blue value is 147 (57.81% from 255 or 55.68% from 264); Max value from RGB is 147 - color contains mainly: blue. Hex color #225393 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225393 is #DDAC6C. Grayscale: #4B4B4B. Windows color (decimal): -14527597 or 9655074. OLE color: 9655074.

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

Color convert

RGB 34 83 147 -
CMYK 0.77 0.44 0 0.42
HSL 213.98º 0.62% 0.35% -
HSV(B) 213.98º 0.77% 0.58% -
XYZ 9.02 8.63 28.79 -
YUV 75.65 168.27 98.3 -
System Red Green Blue C M Y K H S L
Decimal 34 83 147 0.77 0.44 0 0.42 213.98 0.62 0.35
Hex 22 53 93 4D 2C 0 2A D6 3E 23
Octal 42 123 223 115 54 0 52 326 76 43
Binary 100010 1010011 10010011 1001101 101100 0 101010 11010110 111110 100011

Color Harmonies of #225393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225393

Black with #225393

Text Example


Text Example

White with #225393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #225393; }

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

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

background-color css

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

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

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

border-color css

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

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

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