#264D64

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

Shades of Arapawa #264D64

Tints of Arapawa #264D64

Color information

#264D64 (or 0x264D64) is unknown color: approx Arapawa. HEX triplet: 26, 4D and 64. RGB value is (38,77,100). Sum of RGB (Red+Green+Blue) = 38+77+100=215 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.67% from 215); Green value is 77 (30.47% from 255 or 35.81% from 215); Blue value is 100 (39.45% from 255 or 46.51% from 215); Max value from RGB is 100 - color contains mainly: blue. Hex color #264D64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #264D64 is #D9B29B. Grayscale: #434343. Windows color (decimal): -14267036 or 6573350. OLE color: 6573350.

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

Color convert

RGB3877100-
CMYK0.620.2300.61
HSL202.26º44.93%27.06%-
HSV(B)202.26º62%39.22%-
XYZ5.756.6413.03-
YUV67.96146.08106.63-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.67%
GREEN value IS 77 (30.47% from 255) = 35.81%
BLUE value IS 100 (39.45% from 255) = 46.51%
R=17.67%
G=35.81%
B=46.51%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal38771000.620.2300.61202.2644.9327.06
Hex264D643E1703Dca2d1b
Octal4611514476270753125533
Binary100110100110111001001111101011101111011100101010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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