Html Css Color HEX #226294 Endeavour

📋 copy color: '#226294'

red 34 ◦ green 98 ◦ blue 148

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

Shades of Endeavour #226294

Tints of Endeavour #226294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 52.86%

R = 12.14%
G = 35%
B = 52.86%

CMYK

 C value IS 0.77

 M value IS 0.34

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#226294 (or 0x226294) is known color: Endeavour. HEX triplet: 22, 62 and 94. RGB value is (34,98,148). Sum of RGB (Red+Green+Blue) = 34+98+148=280 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.14% from 280); Green value is 98 (38.67% from 255 or 35% from 280); Blue value is 148 (58.20% from 255 or 52.86% from 280); Max value from RGB is 148 - color contains mainly: blue. Hex color #226294 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #226294 is #DD9D6B. Grayscale: #545454. Windows color (decimal): -14523756 or 9724450. OLE color: 9724450.

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

Color convert

RGB 34 98 148 -
CMYK 0.77 0.34 0 0.42
HSL 206.32º 0.63% 0.36% -
HSV(B) 206.32º 0.77% 0.58% -
XYZ 10.37 11.21 29.63 -
YUV 84.56 163.8 91.93 -
System Red Green Blue C M Y K H S L
Decimal 34 98 148 0.77 0.34 0 0.42 206.32 0.63 0.36
Hex 22 62 94 4D 22 0 2A CE 3F 24
Octal 42 142 224 115 42 0 52 316 77 44
Binary 100010 1100010 10010100 1001101 100010 0 101010 11001110 111111 100100

Color Harmonies of #226294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #226294

Black with #226294

Text Example


Text Example

White with #226294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #226294; }

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

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

background-color css

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

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

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

border-color css

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

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

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