#26455D

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

Shades of Arapawa #26455D

Tints of Arapawa #26455D

Color information

#26455D (or 0x26455D) is unknown color: approx Arapawa. HEX triplet: 26, 45 and 5D. RGB value is (38,69,93). Sum of RGB (Red+Green+Blue) = 38+69+93=200 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19% from 200); Green value is 69 (27.34% from 255 or 34.5% from 200); Blue value is 93 (36.72% from 255 or 46.5% from 200); Max value from RGB is 93 - color contains mainly: blue. Hex color #26455D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26455D is #D9BAA2. Grayscale: #3E3E3E. Windows color (decimal): -14269091 or 6112550. OLE color: 6112550.

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

Color convert

RGB386993-
CMYK0.590.2600.64
HSL206.18º41.98%25.69%-
HSV(B)206.18º59.14%36.47%-
XYZ4.95.4611.15-
YUV62.47145.23110.55-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19%
GREEN value IS 69 (27.34% from 255) = 34.5%
BLUE value IS 93 (36.72% from 255) = 46.5%
R=19%
G=34.5%
B=46.5%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3869930.590.2600.64206.1841.9825.69
Hex26455D3B1A040ce2a1a
Octal46105135733201003165232
Binary1001101000101101110111101111010010000001100111010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26455D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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