Html Css Color HEX #225A93 Endeavour

📋 copy color: '#225A93'

red 34 ◦ green 90 ◦ blue 147

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

Shades of Endeavour #225A93

Tints of Endeavour #225A93

RGB

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

 GREEN value IS 90 (35.55% from 255) = 33.21%

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

R = 12.55%
G = 33.21%
B = 54.24%

CMYK

 C value IS 0.77

 M value IS 0.39

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#225A93 (or 0x225A93) is known color: Endeavour. HEX triplet: 22, 5A and 93. RGB value is (34,90,147). Sum of RGB (Red+Green+Blue) = 34+90+147=271 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.55% from 271); Green value is 90 (35.55% from 255 or 33.21% from 271); Blue value is 147 (57.81% from 255 or 54.24% from 271); Max value from RGB is 147 - color contains mainly: blue. Hex color #225A93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225A93 is #DDA56C. Grayscale: #4F4F4F. Windows color (decimal): -14525805 or 9656866. OLE color: 9656866.

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

Color convert

RGB 34 90 147 -
CMYK 0.77 0.39 0 0.42
HSL 210.27º 0.62% 0.35% -
HSV(B) 210.27º 0.77% 0.58% -
XYZ 9.58 9.76 28.98 -
YUV 79.75 165.95 95.37 -
System Red Green Blue C M Y K H S L
Decimal 34 90 147 0.77 0.39 0 0.42 210.27 0.62 0.35
Hex 22 5A 93 4D 27 0 2A D2 3E 23
Octal 42 132 223 115 47 0 52 322 76 43
Binary 100010 1011010 10010011 1001101 100111 0 101010 11010010 111110 100011

Color Harmonies of #225A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225A93

Black with #225A93

Text Example


Text Example

White with #225A93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #225A93; }

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

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

background-color css

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

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

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

border-color css

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

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

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