#226277

Color #226277 Orient (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orient #226277

Tints of Orient #226277

Color information

#226277 (or 0x226277) is unknown color: approx Orient. HEX triplet: 22, 62 and 77. RGB value is (34,98,119). Sum of RGB (Red+Green+Blue) = 34+98+119=251 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.55% from 251); Green value is 98 (38.67% from 255 or 39.04% from 251); Blue value is 119 (46.88% from 255 or 47.41% from 251); Max value from RGB is 119 - color contains mainly: blue. Hex color #226277 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #226277 is #DD9D88. Grayscale: #515151. Windows color (decimal): -14523785 or 7823906. OLE color: 7823906.

HSL color Cylindrical-coordinate representation of color #226277: hue angle of 194.82º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #226277 is Cyan = 0.71, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3498119-
CMYK0.710.1800.53
HSL194.82º55.56%30%-
HSV(B)194.82º71.43%46.67%-
XYZ8.3610.4119.02-
YUV81.26149.394.29-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.55%
GREEN value IS 98 (38.67% from 255) = 39.04%
BLUE value IS 119 (46.88% from 255) = 47.41%
R=13.55%
G=39.04%
B=47.41%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal34981190.710.1800.53194.8255.5630
Hex2262774712035c3381e
Octal42142167107220653037036
Binary1000101100010111011110001111001001101011100001111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #226277; }

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

 H1.HeaderClassName
 {
   color: #226277;
 }
 .AnyTagClassName
 {
   color: #226277;
 }
</style>
background-color css

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

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

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

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

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

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