Html Css Color HEX #226293 Endeavour

📋 copy color: '#226293'

red 34 ◦ green 98 ◦ blue 147

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

Shades of Endeavour #226293

Tints of Endeavour #226293

RGB

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

 GREEN value IS 98 (38.67% from 255) = 35.13%

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

R = 12.19%
G = 35.13%
B = 52.69%

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

#226293 (or 0x226293) is known color: Endeavour. HEX triplet: 22, 62 and 93. RGB value is (34,98,147). Sum of RGB (Red+Green+Blue) = 34+98+147=279 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.19% from 279); Green value is 98 (38.67% from 255 or 35.13% from 279); Blue value is 147 (57.81% from 255 or 52.69% from 279); Max value from RGB is 147 - color contains mainly: blue. Hex color #226293 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #226293 is #DD9D6C. Grayscale: #545454. Windows color (decimal): -14523757 or 9658914. OLE color: 9658914.

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

Color convert

RGB 34 98 147 -
CMYK 0.77 0.33 0 0.42
HSL 206.02º 0.62% 0.35% -
HSV(B) 206.02º 0.77% 0.58% -
XYZ 10.29 11.18 29.22 -
YUV 84.45 163.3 92.02 -
System Red Green Blue C M Y K H S L
Decimal 34 98 147 0.77 0.33 0 0.42 206.02 0.62 0.35
Hex 22 62 93 4D 21 0 2A CE 3E 23
Octal 42 142 223 115 41 0 52 316 76 43
Binary 100010 1100010 10010011 1001101 100001 0 101010 11001110 111110 100011

Color Harmonies of #226293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #226293

Black with #226293

Text Example


Text Example

White with #226293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #226293; }

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

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

background-color css

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

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

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

border-color css

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

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

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