#155377

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

Shades of Orient #155377

Tints of Orient #155377

Color information

#155377 (or 0x155377) is unknown color: approx Orient. HEX triplet: 15, 53 and 77. RGB value is (21,83,119). Sum of RGB (Red+Green+Blue) = 21+83+119=223 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.42% from 223); Green value is 83 (32.81% from 255 or 37.22% from 223); Blue value is 119 (46.88% from 255 or 53.36% from 223); Max value from RGB is 119 - color contains mainly: blue. Hex color #155377 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155377 is #EAAC88. Grayscale: #444444. Windows color (decimal): -15379593 or 7820053. OLE color: 7820053.

HSL color Cylindrical-coordinate representation of color #155377: hue angle of 202.04º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #155377 is Cyan = 0.82, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2183119-
CMYK0.820.3000.53
HSL202.04º70%27.45%-
HSV(B)202.04º82.35%46.67%-
XYZ6.737.6818.58-
YUV68.57156.4694.07-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.42%
GREEN value IS 83 (32.81% from 255) = 37.22%
BLUE value IS 119 (46.88% from 255) = 53.36%
R=9.42%
G=37.22%
B=53.36%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal21831190.820.3000.53202.047027.45
Hex155377521E035ca461b
Octal251231671223606531210633
Binary1010110100111110111101001011110011010111001010100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155377; }

 p { color: rgb(21,83,119); }

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

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

 a { background-color: rgb(21,83,119); }

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

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

 span { border-color: rgb(21,83,119); }

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