#265F7B

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

Shades of Orient #265F7B

Tints of Orient #265F7B

Color information

#265F7B (or 0x265F7B) is unknown color: approx Orient. HEX triplet: 26, 5F and 7B. RGB value is (38,95,123). Sum of RGB (Red+Green+Blue) = 38+95+123=256 (33% of max value = 765). Red value is 38 (15.23% from 255 or 14.84% from 256); Green value is 95 (37.5% from 255 or 37.11% from 256); Blue value is 123 (48.44% from 255 or 48.05% from 256); Max value from RGB is 123 - color contains mainly: blue. Hex color #265F7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265F7B is #D9A084. Grayscale: #505050. Windows color (decimal): -14262405 or 8085286. OLE color: 8085286.

HSL color Cylindrical-coordinate representation of color #265F7B: hue angle of 199.76º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #265F7B is Cyan = 0.69, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3895123-
CMYK0.690.2300.52
HSL199.76º52.8%31.57%-
HSV(B)199.76º69.11%48.24%-
XYZ8.4710.0320.23-
YUV81.15151.6297.22-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.84%
GREEN value IS 95 (37.5% from 255) = 37.11%
BLUE value IS 123 (48.44% from 255) = 48.05%
R=14.84%
G=37.11%
B=48.05%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal38951230.690.2300.52199.7652.831.57
Hex265F7B4517034c83520
Octal46137173105270643106540
Binary10011010111111111011100010110111011010011001000110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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