#226078

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

Shades of Orient #226078

Tints of Orient #226078

Color information

#226078 (or 0x226078) is unknown color: approx Orient. HEX triplet: 22, 60 and 78. RGB value is (34,96,120). Sum of RGB (Red+Green+Blue) = 34+96+120=250 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.6% from 250); Green value is 96 (37.89% from 255 or 38.4% from 250); Blue value is 120 (47.27% from 255 or 48% from 250); Max value from RGB is 120 - color contains mainly: blue. Hex color #226078 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #226078 is #DD9F87. Grayscale: #505050. Windows color (decimal): -14524296 or 7888930. OLE color: 7888930.

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

Color convert

RGB3496120-
CMYK0.720.200.53
HSL196.74º55.84%30.2%-
HSV(B)196.74º71.67%47.06%-
XYZ8.2310.0619.28-
YUV80.2150.4695.05-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.6%
GREEN value IS 96 (37.89% from 255) = 38.4%
BLUE value IS 120 (47.27% from 255) = 48%
R=13.6%
G=38.4%
B=48%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal34961200.720.200.53196.7455.8430.2
Hex2260784814035c5381e
Octal42140170110240653057036
Binary1000101100000111100010010001010001101011100010111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #226078; }

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

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

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

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

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

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

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

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