Html Css Color HEX #226093 Endeavour

📋 copy color: '#226093'

red 34 ◦ green 96 ◦ blue 147

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

Shades of Endeavour #226093

Tints of Endeavour #226093

RGB

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

 GREEN value IS 96 (37.89% from 255) = 34.66%

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

R = 12.27%
G = 34.66%
B = 53.07%

CMYK

 C value IS 0.77

 M value IS 0.35

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#226093 (or 0x226093) is known color: Endeavour. HEX triplet: 22, 60 and 93. RGB value is (34,96,147). Sum of RGB (Red+Green+Blue) = 34+96+147=277 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.27% from 277); Green value is 96 (37.89% from 255 or 34.66% from 277); Blue value is 147 (57.81% from 255 or 53.07% from 277); Max value from RGB is 147 - color contains mainly: blue. Hex color #226093 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #226093 is #DD9F6C. Grayscale: #535353. Windows color (decimal): -14524269 or 9658402. OLE color: 9658402.

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

Color convert

RGB 34 96 147 -
CMYK 0.77 0.35 0 0.42
HSL 207.08º 0.62% 0.35% -
HSV(B) 207.08º 0.77% 0.58% -
XYZ 10.11 10.81 29.16 -
YUV 83.28 163.96 92.85 -
System Red Green Blue C M Y K H S L
Decimal 34 96 147 0.77 0.35 0 0.42 207.08 0.62 0.35
Hex 22 60 93 4D 23 0 2A CF 3E 23
Octal 42 140 223 115 43 0 52 317 76 43
Binary 100010 1100000 10010011 1001101 100011 0 101010 11001111 111110 100011

Color Harmonies of #226093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #226093

Black with #226093

Text Example


Text Example

White with #226093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #226093; }

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

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

background-color css

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

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

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

border-color css

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

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

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