#155264

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

Shades of Arapawa #155264

Tints of Arapawa #155264

Color information

#155264 (or 0x155264) is unknown color: approx Arapawa. HEX triplet: 15, 52 and 64. RGB value is (21,82,100). Sum of RGB (Red+Green+Blue) = 21+82+100=203 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.34% from 203); Green value is 82 (32.42% from 255 or 40.39% from 203); Blue value is 100 (39.45% from 255 or 49.26% from 203); Max value from RGB is 100 - color contains mainly: blue. Hex color #155264 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155264 is #EAAD9B. Grayscale: #414141. Windows color (decimal): -15379868 or 6574613. OLE color: 6574613.

HSL color Cylindrical-coordinate representation of color #155264: hue angle of 193.67º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #155264 is Cyan = 0.79, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB2182100-
CMYK0.790.1800.61
HSL193.67º65.29%23.73%-
HSV(B)193.67º79%39.22%-
XYZ5.637.1113.13-
YUV65.81147.2996.04-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.34%
GREEN value IS 82 (32.42% from 255) = 40.39%
BLUE value IS 100 (39.45% from 255) = 49.26%
R=10.34%
G=40.39%
B=49.26%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal21821000.790.1800.61193.6765.2923.73
Hex1552644F1203Dc24118
Octal251221441172207530210130
Binary1010110100101100100100111110010011110111000010100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155264; }

 p { color: rgb(21,82,100); }

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

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

 a { background-color: rgb(21,82,100); }

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

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

 span { border-color: rgb(21,82,100); }

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