#26475B

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

Shades of Arapawa #26475B

Tints of Arapawa #26475B

Color information

#26475B (or 0x26475B) is unknown color: approx Arapawa. HEX triplet: 26, 47 and 5B. RGB value is (38,71,91). Sum of RGB (Red+Green+Blue) = 38+71+91=200 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19% from 200); Green value is 71 (28.12% from 255 or 35.5% from 200); Blue value is 91 (35.94% from 255 or 45.5% from 200); Max value from RGB is 91 - color contains mainly: blue. Hex color #26475B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26475B is #D9B8A4. Grayscale: #3F3F3F. Windows color (decimal): -14268581 or 5981990. OLE color: 5981990.

HSL color Cylindrical-coordinate representation of color #26475B: hue angle of 202.64º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #26475B is Cyan = 0.58, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB387191-
CMYK0.580.2200.64
HSL202.64º41.09%25.29%-
HSV(B)202.64º58.24%35.69%-
XYZ4.945.6710.73-
YUV63.41143.57109.87-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19%
GREEN value IS 71 (28.12% from 255) = 35.5%
BLUE value IS 91 (35.94% from 255) = 45.5%
R=19%
G=35.5%
B=45.5%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3871910.580.2200.64202.6441.0925.29
Hex26475B3A16040cb2919
Octal46107133722601003135131
Binary1001101000111101101111101010110010000001100101110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26475B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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