#266274

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

Shades of Orient #266274

Tints of Orient #266274

Color information

#266274 (or 0x266274) is unknown color: approx Orient. HEX triplet: 26, 62 and 74. RGB value is (38,98,116). Sum of RGB (Red+Green+Blue) = 38+98+116=252 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.08% from 252); Green value is 98 (38.67% from 255 or 38.89% from 252); Blue value is 116 (45.70% from 255 or 46.03% from 252); Max value from RGB is 116 - color contains mainly: blue. Hex color #266274 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266274 is #D99D8B. Grayscale: #515151. Windows color (decimal): -14261644 or 7627302. OLE color: 7627302.

HSL color Cylindrical-coordinate representation of color #266274: hue angle of 193.85º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #266274 is Cyan = 0.67, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3898116-
CMYK0.670.1600.55
HSL193.85º50.65%30.2%-
HSV(B)193.85º67.24%45.49%-
XYZ8.3210.4118.09-
YUV82.11147.1296.54-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.08%
GREEN value IS 98 (38.67% from 255) = 38.89%
BLUE value IS 116 (45.70% from 255) = 46.03%
R=15.08%
G=38.89%
B=46.03%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal38981160.670.1600.55193.8550.6530.2
Hex2662744310037c2331e
Octal46142164103200673026336
Binary1001101100010111010010000111000001101111100001011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266274; }

 p { color: rgb(38,98,116); }

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

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

 a { background-color: rgb(38,98,116); }

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

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

 span { border-color: rgb(38,98,116); }

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