#264761

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

Shades of Arapawa #264761

Tints of Arapawa #264761

Color information

#264761 (or 0x264761) is unknown color: approx Arapawa. HEX triplet: 26, 47 and 61. RGB value is (38,71,97). Sum of RGB (Red+Green+Blue) = 38+71+97=206 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.45% from 206); Green value is 71 (28.12% from 255 or 34.47% from 206); Blue value is 97 (38.28% from 255 or 47.09% from 206); Max value from RGB is 97 - color contains mainly: blue. Hex color #264761 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264761 is #D9B89E. Grayscale: #3F3F3F. Windows color (decimal): -14268575 or 6375206. OLE color: 6375206.

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

Color convert

RGB387197-
CMYK0.610.2700.62
HSL206.44º43.7%26.47%-
HSV(B)206.44º60.82%38.04%-
XYZ5.215.7812.15-
YUV64.1146.57109.39-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.45%
GREEN value IS 71 (28.12% from 255) = 34.47%
BLUE value IS 97 (38.28% from 255) = 47.09%
R=18.45%
G=34.47%
B=47.09%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3871970.610.2700.62206.4443.726.47
Hex2647613D1B03Ece2c1a
Octal4610714175330763165432
Binary100110100011111000011111011101101111101100111010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264761; }

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

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

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

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

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

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

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

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