#255F7B

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

Shades of Orient #255F7B

Tints of Orient #255F7B

Color information

#255F7B (or 0x255F7B) is unknown color: approx Orient. HEX triplet: 25, 5F and 7B. RGB value is (37,95,123). Sum of RGB (Red+Green+Blue) = 37+95+123=255 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.51% from 255); Green value is 95 (37.5% from 255 or 37.25% from 255); Blue value is 123 (48.44% from 255 or 48.24% from 255); Max value from RGB is 123 - color contains mainly: blue. Hex color #255F7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255F7B is #DAA084. Grayscale: #505050. Windows color (decimal): -14327941 or 8085285. OLE color: 8085285.

HSL color Cylindrical-coordinate representation of color #255F7B: hue angle of 199.53º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #255F7B is Cyan = 0.70, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3795123-
CMYK0.700.2300.52
HSL199.53º53.75%31.37%-
HSV(B)199.53º69.92%48.24%-
XYZ8.4310.0120.23-
YUV80.85151.7896.72-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.51%
GREEN value IS 95 (37.5% from 255) = 37.25%
BLUE value IS 123 (48.44% from 255) = 48.24%
R=14.51%
G=37.25%
B=48.24%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal37951230.700.2300.52199.5353.7531.37
Hex255F7B4617034c8361f
Octal45137173106270643106637
Binary1001011011111111101110001101011101101001100100011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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