#26475D

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

Shades of Arapawa #26475D

Tints of Arapawa #26475D

Color information

#26475D (or 0x26475D) is unknown color: approx Arapawa. HEX triplet: 26, 47 and 5D. RGB value is (38,71,93). Sum of RGB (Red+Green+Blue) = 38+71+93=202 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.81% from 202); Green value is 71 (28.12% from 255 or 35.15% from 202); Blue value is 93 (36.72% from 255 or 46.04% from 202); Max value from RGB is 93 - color contains mainly: blue. Hex color #26475D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26475D is #D9B8A2. Grayscale: #3F3F3F. Windows color (decimal): -14268579 or 6113062. OLE color: 6113062.

HSL color Cylindrical-coordinate representation of color #26475D: hue angle of 204º 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 #26475D is Cyan = 0.59, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB387193-
CMYK0.590.2400.64
HSL204º41.98%25.69%-
HSV(B)204º59.14%36.47%-
XYZ5.035.7111.19-
YUV63.64144.57109.71-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.81%
GREEN value IS 71 (28.12% from 255) = 35.15%
BLUE value IS 93 (36.72% from 255) = 46.04%
R=18.81%
G=35.15%
B=46.04%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3871930.590.2400.6420441.9825.69
Hex26475D3B18040cc2a1a
Octal46107135733001003145232
Binary1001101000111101110111101111000010000001100110010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26475D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26475D; }

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

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

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

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

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

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

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

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