#264A63

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

Shades of Arapawa #264A63

Tints of Arapawa #264A63

Color information

#264A63 (or 0x264A63) is unknown color: approx Arapawa. HEX triplet: 26, 4A and 63. RGB value is (38,74,99). Sum of RGB (Red+Green+Blue) = 38+74+99=211 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.01% from 211); Green value is 74 (29.30% from 255 or 35.07% from 211); Blue value is 99 (39.06% from 255 or 46.92% from 211); Max value from RGB is 99 - color contains mainly: blue. Hex color #264A63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264A63 is #D9B59C. Grayscale: #414141. Windows color (decimal): -14267805 or 6507046. OLE color: 6507046.

HSL color Cylindrical-coordinate representation of color #264A63: hue angle of 204.59º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #264A63 is Cyan = 0.62, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB387499-
CMYK0.620.2500.61
HSL204.59º44.53%26.86%-
HSV(B)204.59º61.62%38.82%-
XYZ5.56.2112.71-
YUV66.09146.57107.97-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.01%
GREEN value IS 74 (29.30% from 255) = 35.07%
BLUE value IS 99 (39.06% from 255) = 46.92%
R=18.01%
G=35.07%
B=46.92%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3874990.620.2500.61204.5944.5326.86
Hex264A633E1903Dcd2d1b
Octal4611214376310753155533
Binary100110100101011000111111101100101111011100110110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264A63; }

 p { color: rgb(38,74,99); }

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

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

 a { background-color: rgb(38,74,99); }

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

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

 span { border-color: rgb(38,74,99); }

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