#264D5D

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

Shades of Arapawa #264D5D

Tints of Arapawa #264D5D

Color information

#264D5D (or 0x264D5D) is unknown color: approx Arapawa. HEX triplet: 26, 4D and 5D. RGB value is (38,77,93). Sum of RGB (Red+Green+Blue) = 38+77+93=208 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.27% from 208); Green value is 77 (30.47% from 255 or 37.02% from 208); Blue value is 93 (36.72% from 255 or 44.71% from 208); Max value from RGB is 93 - color contains mainly: blue. Hex color #264D5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #264D5D is #D9B2A2. Grayscale: #434343. Windows color (decimal): -14267043 or 6114598. OLE color: 6114598.

HSL color Cylindrical-coordinate representation of color #264D5D: hue angle of 197.45º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #264D5D is Cyan = 0.59, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB387793-
CMYK0.590.1700.64
HSL197.45º41.98%25.69%-
HSV(B)197.45º59.14%36.47%-
XYZ5.436.5111.33-
YUV67.16142.58107.2-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.27%
GREEN value IS 77 (30.47% from 255) = 37.02%
BLUE value IS 93 (36.72% from 255) = 44.71%
R=18.27%
G=37.02%
B=44.71%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3877930.590.1700.64197.4541.9825.69
Hex264D5D3B11040c52a1a
Octal46115135732101003055232
Binary1001101001101101110111101110001010000001100010110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,77,93); }

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

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

 a { background-color: rgb(38,77,93); }

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

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

 span { border-color: rgb(38,77,93); }

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