#264961

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

Shades of Arapawa #264961

Tints of Arapawa #264961

Color information

#264961 (or 0x264961) is unknown color: approx Arapawa. HEX triplet: 26, 49 and 61. RGB value is (38,73,97). Sum of RGB (Red+Green+Blue) = 38+73+97=208 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.27% from 208); Green value is 73 (28.91% from 255 or 35.10% from 208); Blue value is 97 (38.28% from 255 or 46.63% from 208); Max value from RGB is 97 - color contains mainly: blue. Hex color #264961 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264961 is #D9B69E. Grayscale: #414141. Windows color (decimal): -14268063 or 6375718. OLE color: 6375718.

HSL color Cylindrical-coordinate representation of color #264961: hue angle of 204.41º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #264961 is Cyan = 0.61, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB387397-
CMYK0.610.2500.62
HSL204.41º43.7%26.47%-
HSV(B)204.41º60.82%38.04%-
XYZ5.346.0412.19-
YUV65.27145.9108.55-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.27%
GREEN value IS 73 (28.91% from 255) = 35.10%
BLUE value IS 97 (38.28% from 255) = 46.63%
R=18.27%
G=35.10%
B=46.63%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3873970.610.2500.62204.4143.726.47
Hex2649613D1903Ecc2c1a
Octal4611114175310763145432
Binary100110100100111000011111011100101111101100110010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264961; }

 p { color: rgb(38,73,97); }

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

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

 a { background-color: rgb(38,73,97); }

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

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

 span { border-color: rgb(38,73,97); }

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