#265C7C

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

Shades of Orient #265C7C

Tints of Orient #265C7C

Color information

#265C7C (or 0x265C7C) is unknown color: approx Orient. HEX triplet: 26, 5C and 7C. RGB value is (38,92,124). Sum of RGB (Red+Green+Blue) = 38+92+124=254 (33% of max value = 765). Red value is 38 (15.23% from 255 or 14.96% from 254); Green value is 92 (36.33% from 255 or 36.22% from 254); Blue value is 124 (48.83% from 255 or 48.82% from 254); Max value from RGB is 124 - color contains mainly: blue. Hex color #265C7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265C7C is #D9A383. Grayscale: #4F4F4F. Windows color (decimal): -14263172 or 8150054. OLE color: 8150054.

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

Color convert

RGB3892124-
CMYK0.690.2600.51
HSL202.33º53.09%31.76%-
HSV(B)202.33º69.35%48.63%-
XYZ8.269.5220.47-
YUV79.5153.1198.4-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.96%
GREEN value IS 92 (36.33% from 255) = 36.22%
BLUE value IS 124 (48.83% from 255) = 48.82%
R=14.96%
G=36.22%
B=48.82%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal38921240.690.2600.51202.3353.0931.76
Hex265C7C451A033ca3520
Octal46134174105320633126540
Binary10011010111001111100100010111010011001111001010110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,92,124); }

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

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

 a { background-color: rgb(38,92,124); }

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

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

 span { border-color: rgb(38,92,124); }

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