Html Css Color HEX #226794 Endeavour

📋 copy color: '#226794'

red 34 ◦ green 103 ◦ blue 148

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

Shades of Endeavour #226794

Tints of Endeavour #226794

RGB

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

 GREEN value IS 103 (40.63% from 255) = 36.14%

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

R = 11.93%
G = 36.14%
B = 51.93%

CMYK

 C value IS 0.77

 M value IS 0.30

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#226794 (or 0x226794) is known color: Endeavour. HEX triplet: 22, 67 and 94. RGB value is (34,103,148). Sum of RGB (Red+Green+Blue) = 34+103+148=285 (37% of max value = 765). Red value is 34 (13.67% from 255 or 11.93% from 285); Green value is 103 (40.62% from 255 or 36.14% from 285); Blue value is 148 (58.20% from 255 or 51.93% from 285); Max value from RGB is 148 - color contains mainly: blue. Hex color #226794 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #226794 is #DD986B. Grayscale: #575757. Windows color (decimal): -14522476 or 9725730. OLE color: 9725730.

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

Color convert

RGB 34 103 148 -
CMYK 0.77 0.30 0 0.42
HSL 203.68º 0.63% 0.36% -
HSV(B) 203.68º 0.77% 0.58% -
XYZ 10.86 12.18 29.8 -
YUV 87.5 162.14 89.84 -
System Red Green Blue C M Y K H S L
Decimal 34 103 148 0.77 0.30 0 0.42 203.68 0.63 0.36
Hex 22 67 94 4D 1E 0 2A CC 3F 24
Octal 42 147 224 115 36 0 52 314 77 44
Binary 100010 1100111 10010100 1001101 11110 0 101010 11001100 111111 100100

Color Harmonies of #226794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #226794

Black with #226794

Text Example


Text Example

White with #226794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #226794; }

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

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

background-color css

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

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

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

border-color css

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

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

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