#26495A

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

Shades of Arapawa #26495A

Tints of Arapawa #26495A

Color information

#26495A (or 0x26495A) is unknown color: approx Arapawa. HEX triplet: 26, 49 and 5A. RGB value is (38,73,90). Sum of RGB (Red+Green+Blue) = 38+73+90=201 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.91% from 201); Green value is 73 (28.91% from 255 or 36.32% from 201); Blue value is 90 (35.55% from 255 or 44.78% from 201); Max value from RGB is 90 - color contains mainly: blue. Hex color #26495A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26495A is #D9B6A5. Grayscale: #404040. Windows color (decimal): -14268070 or 5916966. OLE color: 5916966.

HSL color Cylindrical-coordinate representation of color #26495A: hue angle of 199.62º 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 #26495A is Cyan = 0.58, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB387390-
CMYK0.580.1900.65
HSL199.62º40.62%25.1%-
HSV(B)199.62º57.78%35.29%-
XYZ5.035.9210.55-
YUV64.47142.4109.12-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.91%
GREEN value IS 73 (28.91% from 255) = 36.32%
BLUE value IS 90 (35.55% from 255) = 44.78%
R=18.91%
G=36.32%
B=44.78%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3873900.580.1900.65199.6240.6225.1
Hex26495A3A13041c82919
Octal46111132722301013105131
Binary1001101001001101101011101010011010000011100100010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26495A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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