Html Css Color HEX #226793 Endeavour

📋 copy color: '#226793'

red 34 ◦ green 103 ◦ blue 147

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

Shades of Endeavour #226793

Tints of Endeavour #226793

RGB

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

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

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

R = 11.97%
G = 36.27%
B = 51.76%

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

#226793 (or 0x226793) is known color: Endeavour. HEX triplet: 22, 67 and 93. RGB value is (34,103,147). Sum of RGB (Red+Green+Blue) = 34+103+147=284 (37% of max value = 765). Red value is 34 (13.67% from 255 or 11.97% from 284); Green value is 103 (40.62% from 255 or 36.27% from 284); Blue value is 147 (57.81% from 255 or 51.76% from 284); Max value from RGB is 147 - color contains mainly: blue. Hex color #226793 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #226793 is #DD986C. Grayscale: #575757. Windows color (decimal): -14522477 or 9660194. OLE color: 9660194.

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

Color convert

RGB 34 103 147 -
CMYK 0.77 0.30 0 0.42
HSL 203.36º 0.62% 0.35% -
HSV(B) 203.36º 0.77% 0.58% -
XYZ 10.78 12.15 29.38 -
YUV 87.39 161.64 89.92 -
System Red Green Blue C M Y K H S L
Decimal 34 103 147 0.77 0.30 0 0.42 203.36 0.62 0.35
Hex 22 67 93 4D 1E 0 2A CB 3E 23
Octal 42 147 223 115 36 0 52 313 76 43
Binary 100010 1100111 10010011 1001101 11110 0 101010 11001011 111110 100011

Color Harmonies of #226793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #226793

Black with #226793

Text Example


Text Example

White with #226793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #226793; }

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

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

background-color css

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

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

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

border-color css

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

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

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