#265B75

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

Shades of Orient #265B75

Tints of Orient #265B75

Color information

#265B75 (or 0x265B75) is unknown color: approx Orient. HEX triplet: 26, 5B and 75. RGB value is (38,91,117). Sum of RGB (Red+Green+Blue) = 38+91+117=246 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.45% from 246); Green value is 91 (35.94% from 255 or 36.99% from 246); Blue value is 117 (46.09% from 255 or 47.56% from 246); Max value from RGB is 117 - color contains mainly: blue. Hex color #265B75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265B75 is #D9A48A. Grayscale: #4D4D4D. Windows color (decimal): -14263435 or 7691046. OLE color: 7691046.

HSL color Cylindrical-coordinate representation of color #265B75: hue angle of 199.75º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #265B75 is Cyan = 0.68, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3891117-
CMYK0.680.2200.54
HSL199.75º50.97%30.39%-
HSV(B)199.75º67.52%45.88%-
XYZ7.759.1818.19-
YUV78.12149.9499.39-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.45%
GREEN value IS 91 (35.94% from 255) = 36.99%
BLUE value IS 117 (46.09% from 255) = 47.56%
R=15.45%
G=36.99%
B=47.56%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal38911170.680.2200.54199.7550.9730.39
Hex265B754416036c8331e
Octal46133165104260663106336
Binary1001101011011111010110001001011001101101100100011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,91,117); }

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

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

 a { background-color: rgb(38,91,117); }

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

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

 span { border-color: rgb(38,91,117); }

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