#255676

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

Shades of Orient #255676

Tints of Orient #255676

Color information

#255676 (or 0x255676) is unknown color: approx Orient. HEX triplet: 25, 56 and 76. RGB value is (37,86,118). Sum of RGB (Red+Green+Blue) = 37+86+118=241 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.35% from 241); Green value is 86 (33.98% from 255 or 35.68% from 241); Blue value is 118 (46.48% from 255 or 48.96% from 241); Max value from RGB is 118 - color contains mainly: blue. Hex color #255676 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255676 is #DAA989. Grayscale: #4A4A4A. Windows color (decimal): -14330250 or 7755301. OLE color: 7755301.

HSL color Cylindrical-coordinate representation of color #255676: hue angle of 203.7º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #255676 is Cyan = 0.69, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3786118-
CMYK0.690.2700.54
HSL203.7º52.26%30.39%-
HSV(B)203.7º68.64%46.27%-
XYZ7.368.3618.36-
YUV75152.27100.9-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.35%
GREEN value IS 86 (33.98% from 255) = 35.68%
BLUE value IS 118 (46.48% from 255) = 48.96%
R=15.35%
G=35.68%
B=48.96%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal37861180.690.2700.54203.752.2630.39
Hex255676451B036cc341e
Octal45126166105330663146436
Binary1001011010110111011010001011101101101101100110011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255676; }

 p { color: rgb(37,86,118); }

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

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

 a { background-color: rgb(37,86,118); }

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

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

 span { border-color: rgb(37,86,118); }

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