#26465B

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

Shades of Arapawa #26465B

Tints of Arapawa #26465B

Color information

#26465B (or 0x26465B) is unknown color: approx Arapawa. HEX triplet: 26, 46 and 5B. RGB value is (38,70,91). Sum of RGB (Red+Green+Blue) = 38+70+91=199 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19.10% from 199); Green value is 70 (27.73% from 255 or 35.18% from 199); Blue value is 91 (35.94% from 255 or 45.73% from 199); Max value from RGB is 91 - color contains mainly: blue. Hex color #26465B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26465B is #D9B9A4. Grayscale: #3E3E3E. Windows color (decimal): -14268837 or 5981734. OLE color: 5981734.

HSL color Cylindrical-coordinate representation of color #26465B: hue angle of 203.77º 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 #26465B is Cyan = 0.58, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB387091-
CMYK0.580.2300.64
HSL203.77º41.09%25.29%-
HSV(B)203.77º58.24%35.69%-
XYZ4.885.5510.71-
YUV62.83143.9110.29-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.10%
GREEN value IS 70 (27.73% from 255) = 35.18%
BLUE value IS 91 (35.94% from 255) = 45.73%
R=19.10%
G=35.18%
B=45.73%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3870910.580.2300.64203.7741.0925.29
Hex26465B3A17040cc2919
Octal46106133722701003145131
Binary1001101000110101101111101010111010000001100110010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26465B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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