#264868

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

Shades of Arapawa #264868

Tints of Arapawa #264868

Color information

#264868 (or 0x264868) is unknown color: approx Arapawa. HEX triplet: 26, 48 and 68. RGB value is (38,72,104). Sum of RGB (Red+Green+Blue) = 38+72+104=214 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.76% from 214); Green value is 72 (28.52% from 255 or 33.64% from 214); Blue value is 104 (41.02% from 255 or 48.60% from 214); Max value from RGB is 104 - color contains mainly: blue. Hex color #264868 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264868 is #D9B797. Grayscale: #414141. Windows color (decimal): -14268312 or 6834214. OLE color: 6834214.

HSL color Cylindrical-coordinate representation of color #264868: hue angle of 209.09º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #264868 is Cyan = 0.63, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3872104-
CMYK0.630.3100.59
HSL209.09º46.48%27.84%-
HSV(B)209.09º63.46%40.78%-
XYZ5.626.0513.97-
YUV65.48149.74108.4-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.76%
GREEN value IS 72 (28.52% from 255) = 33.64%
BLUE value IS 104 (41.02% from 255) = 48.60%
R=17.76%
G=33.64%
B=48.60%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal38721040.630.3100.59209.0946.4827.84
Hex2648683F1F03Bd12e1c
Octal4611015077370733215634
Binary100110100100011010001111111111101110111101000110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264868; }

 p { color: rgb(38,72,104); }

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

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

 a { background-color: rgb(38,72,104); }

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

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

 span { border-color: rgb(38,72,104); }

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