#26475A

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

Shades of Arapawa #26475A

Tints of Arapawa #26475A

Color information

#26475A (or 0x26475A) is unknown color: approx Arapawa. HEX triplet: 26, 47 and 5A. RGB value is (38,71,90). Sum of RGB (Red+Green+Blue) = 38+71+90=199 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19.10% from 199); Green value is 71 (28.12% from 255 or 35.68% from 199); Blue value is 90 (35.55% from 255 or 45.23% from 199); Max value from RGB is 90 - color contains mainly: blue. Hex color #26475A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26475A is #D9B8A5. Grayscale: #3F3F3F. Windows color (decimal): -14268582 or 5916454. OLE color: 5916454.

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

Color convert

RGB387190-
CMYK0.580.2100.65
HSL201.92º40.62%25.1%-
HSV(B)201.92º57.78%35.29%-
XYZ4.95.6610.51-
YUV63.3143.07109.96-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.10%
GREEN value IS 71 (28.12% from 255) = 35.68%
BLUE value IS 90 (35.55% from 255) = 45.23%
R=19.10%
G=35.68%
B=45.23%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3871900.580.2100.65201.9240.6225.1
Hex26475A3A15041ca2919
Octal46107132722501013125131
Binary1001101000111101101011101010101010000011100101010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26475A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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