#264561

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

Shades of Arapawa #264561

Tints of Arapawa #264561

Color information

#264561 (or 0x264561) is unknown color: approx Arapawa. HEX triplet: 26, 45 and 61. RGB value is (38,69,97). Sum of RGB (Red+Green+Blue) = 38+69+97=204 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.63% from 204); Green value is 69 (27.34% from 255 or 33.82% from 204); Blue value is 97 (38.28% from 255 or 47.55% from 204); Max value from RGB is 97 - color contains mainly: blue. Hex color #264561 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264561 is #D9BA9E. Grayscale: #3E3E3E. Windows color (decimal): -14269087 or 6374694. OLE color: 6374694.

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

Color convert

RGB386997-
CMYK0.610.2900.62
HSL208.47º43.7%26.47%-
HSV(B)208.47º60.82%38.04%-
XYZ5.095.5312.11-
YUV62.92147.23110.22-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.63%
GREEN value IS 69 (27.34% from 255) = 33.82%
BLUE value IS 97 (38.28% from 255) = 47.55%
R=18.63%
G=33.82%
B=47.55%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3869970.610.2900.62208.4743.726.47
Hex2645613D1D03Ed02c1a
Octal4610514175350763205432
Binary100110100010111000011111011110101111101101000010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264561; }

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

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

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

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

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

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

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

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