#26465C

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

Shades of Arapawa #26465C

Tints of Arapawa #26465C

Color information

#26465C (or 0x26465C) is unknown color: approx Arapawa. HEX triplet: 26, 46 and 5C. RGB value is (38,70,92). Sum of RGB (Red+Green+Blue) = 38+70+92=200 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19% from 200); Green value is 70 (27.73% from 255 or 35% from 200); Blue value is 92 (36.33% from 255 or 46% from 200); Max value from RGB is 92 - color contains mainly: blue. Hex color #26465C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26465C is #D9B9A3. Grayscale: #3E3E3E. Windows color (decimal): -14268836 or 6047270. OLE color: 6047270.

HSL color Cylindrical-coordinate representation of color #26465C: hue angle of 204.44º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #26465C is Cyan = 0.59, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB387092-
CMYK0.590.2400.64
HSL204.44º41.54%25.49%-
HSV(B)204.44º58.7%36.08%-
XYZ4.925.5710.94-
YUV62.94144.4110.21-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19%
GREEN value IS 70 (27.73% from 255) = 35%
BLUE value IS 92 (36.33% from 255) = 46%
R=19%
G=35%
B=46%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3870920.590.2400.64204.4441.5425.49
Hex26465C3B18040cc2a19
Octal46106134733001003145231
Binary1001101000110101110011101111000010000001100110010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26465C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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