#195364

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

Shades of Arapawa #195364

Tints of Arapawa #195364

Color information

#195364 (or 0x195364) is unknown color: approx Arapawa. HEX triplet: 19, 53 and 64. RGB value is (25,83,100). Sum of RGB (Red+Green+Blue) = 25+83+100=208 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.02% from 208); Green value is 83 (32.81% from 255 or 39.90% from 208); Blue value is 100 (39.45% from 255 or 48.08% from 208); Max value from RGB is 100 - color contains mainly: blue. Hex color #195364 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195364 is #E6AC9B. Grayscale: #434343. Windows color (decimal): -15117468 or 6574873. OLE color: 6574873.

HSL color Cylindrical-coordinate representation of color #195364: hue angle of 193.6º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #195364 is Cyan = 0.75, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB2583100-
CMYK0.750.1700.61
HSL193.6º60%24.51%-
HSV(B)193.6º75%39.22%-
XYZ5.797.3113.16-
YUV67.6146.2897.62-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.02%
GREEN value IS 83 (32.81% from 255) = 39.90%
BLUE value IS 100 (39.45% from 255) = 48.08%
R=12.02%
G=39.90%
B=48.08%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal25831000.750.1700.61193.66024.51
Hex1953644B1103Dc23c19
Octal31123144113210753027431
Binary110011010011110010010010111000101111011100001011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195364; }

 p { color: rgb(25,83,100); }

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

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

 a { background-color: rgb(25,83,100); }

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

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

 span { border-color: rgb(25,83,100); }

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