#265F77

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

Shades of Orient #265F77

Tints of Orient #265F77

Color information

#265F77 (or 0x265F77) is unknown color: approx Orient. HEX triplet: 26, 5F and 77. RGB value is (38,95,119). Sum of RGB (Red+Green+Blue) = 38+95+119=252 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.08% from 252); Green value is 95 (37.5% from 255 or 37.70% from 252); Blue value is 119 (46.88% from 255 or 47.22% from 252); Max value from RGB is 119 - color contains mainly: blue. Hex color #265F77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265F77 is #D9A088. Grayscale: #505050. Windows color (decimal): -14262409 or 7823142. OLE color: 7823142.

HSL color Cylindrical-coordinate representation of color #265F77: hue angle of 197.78º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #265F77 is Cyan = 0.68, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3895119-
CMYK0.680.2000.53
HSL197.78º51.59%30.78%-
HSV(B)197.78º68.07%46.67%-
XYZ8.229.9318.94-
YUV80.69149.6297.55-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.08%
GREEN value IS 95 (37.5% from 255) = 37.70%
BLUE value IS 119 (46.88% from 255) = 47.22%
R=15.08%
G=37.70%
B=47.22%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal38951190.680.2000.53197.7851.5930.78
Hex265F774414035c6341f
Octal46137167104240653066437
Binary1001101011111111011110001001010001101011100011011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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