Html Css Color HEX #226393 Endeavour

📋 copy color: '#226393'

red 34 ◦ green 99 ◦ blue 147

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

Shades of Endeavour #226393

Tints of Endeavour #226393

RGB

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

 GREEN value IS 99 (39.06% from 255) = 35.36%

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

R = 12.14%
G = 35.36%
B = 52.5%

CMYK

 C value IS 0.77

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#226393 (or 0x226393) is known color: Endeavour. HEX triplet: 22, 63 and 93. RGB value is (34,99,147). Sum of RGB (Red+Green+Blue) = 34+99+147=280 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.14% from 280); Green value is 99 (39.06% from 255 or 35.36% from 280); Blue value is 147 (57.81% from 255 or 52.5% from 280); Max value from RGB is 147 - color contains mainly: blue. Hex color #226393 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #226393 is #DD9C6C. Grayscale: #545454. Windows color (decimal): -14523501 or 9659170. OLE color: 9659170.

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

Color convert

RGB 34 99 147 -
CMYK 0.77 0.33 0 0.42
HSL 205.49º 0.62% 0.35% -
HSV(B) 205.49º 0.77% 0.58% -
XYZ 10.39 11.37 29.25 -
YUV 85.04 162.97 91.6 -
System Red Green Blue C M Y K H S L
Decimal 34 99 147 0.77 0.33 0 0.42 205.49 0.62 0.35
Hex 22 63 93 4D 21 0 2A CD 3E 23
Octal 42 143 223 115 41 0 52 315 76 43
Binary 100010 1100011 10010011 1001101 100001 0 101010 11001101 111110 100011

Color Harmonies of #226393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #226393

Black with #226393

Text Example


Text Example

White with #226393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #226393; }

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

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

background-color css

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

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

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

border-color css

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

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

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