#265F74

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

Shades of Orient #265F74

Tints of Orient #265F74

Color information

#265F74 (or 0x265F74) is unknown color: approx Orient. HEX triplet: 26, 5F and 74. RGB value is (38,95,116). Sum of RGB (Red+Green+Blue) = 38+95+116=249 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.26% from 249); Green value is 95 (37.5% from 255 or 38.15% from 249); Blue value is 116 (45.70% from 255 or 46.59% from 249); Max value from RGB is 116 - color contains mainly: blue. Hex color #265F74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265F74 is #D9A08B. Grayscale: #505050. Windows color (decimal): -14262412 or 7626534. OLE color: 7626534.

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

Color convert

RGB3895116-
CMYK0.670.1800.55
HSL196.15º50.65%30.2%-
HSV(B)196.15º67.24%45.49%-
XYZ8.049.8618-
YUV80.35148.1297.79-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.26%
GREEN value IS 95 (37.5% from 255) = 38.15%
BLUE value IS 116 (45.70% from 255) = 46.59%
R=15.26%
G=38.15%
B=46.59%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal38951160.670.1800.55196.1550.6530.2
Hex265F744312037c4331e
Octal46137164103220673046336
Binary1001101011111111010010000111001001101111100010011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265F74; }

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

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

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

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

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

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

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

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