#265974

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

Shades of Orient #265974

Tints of Orient #265974

Color information

#265974 (or 0x265974) is unknown color: approx Orient. HEX triplet: 26, 59 and 74. RGB value is (38,89,116). Sum of RGB (Red+Green+Blue) = 38+89+116=243 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.64% from 243); Green value is 89 (35.16% from 255 or 36.63% from 243); Blue value is 116 (45.70% from 255 or 47.74% from 243); Max value from RGB is 116 - color contains mainly: blue. Hex color #265974 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265974 is #D9A68B. Grayscale: #4C4C4C. Windows color (decimal): -14263948 or 7624998. OLE color: 7624998.

HSL color Cylindrical-coordinate representation of color #265974: hue angle of 200.77º 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 #265974 is Cyan = 0.67, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3889116-
CMYK0.670.2300.55
HSL200.77º50.65%30.2%-
HSV(B)200.77º67.24%45.49%-
XYZ7.528.8217.83-
YUV76.83150.1100.3-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.64%
GREEN value IS 89 (35.16% from 255) = 36.63%
BLUE value IS 116 (45.70% from 255) = 47.74%
R=15.64%
G=36.63%
B=47.74%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal38891160.670.2300.55200.7750.6530.2
Hex2659744317037c9331e
Octal46131164103270673116336
Binary1001101011001111010010000111011101101111100100111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265974; }

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

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

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

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

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

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

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

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