#264861

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

Shades of Arapawa #264861

Tints of Arapawa #264861

Color information

#264861 (or 0x264861) is unknown color: approx Arapawa. HEX triplet: 26, 48 and 61. RGB value is (38,72,97). Sum of RGB (Red+Green+Blue) = 38+72+97=207 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.36% from 207); Green value is 72 (28.52% from 255 or 34.78% from 207); Blue value is 97 (38.28% from 255 or 46.86% from 207); Max value from RGB is 97 - color contains mainly: blue. Hex color #264861 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264861 is #D9B79E. Grayscale: #404040. Windows color (decimal): -14268319 or 6375462. OLE color: 6375462.

HSL color Cylindrical-coordinate representation of color #264861: hue angle of 205.42º 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 #264861 is Cyan = 0.61, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB387297-
CMYK0.610.2600.62
HSL205.42º43.7%26.47%-
HSV(B)205.42º60.82%38.04%-
XYZ5.275.9112.17-
YUV64.68146.24108.97-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.36%
GREEN value IS 72 (28.52% from 255) = 34.78%
BLUE value IS 97 (38.28% from 255) = 46.86%
R=18.36%
G=34.78%
B=46.86%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3872970.610.2600.62205.4243.726.47
Hex2648613D1A03Ecd2c1a
Octal4611014175320763155432
Binary100110100100011000011111011101001111101100110110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264861; }

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

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

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

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

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

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

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

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