#26525f

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

Shades of Arapawa #26525F

Tints of Arapawa #26525F

Color information

#26525F (or 0x26525F) is unknown color: approx Arapawa. HEX triplet: 26, 52 and 5F. RGB value is (38,82,95). Sum of RGB (Red+Green+Blue) = 38+82+95=215 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.67% from 215); Green value is 82 (32.42% from 255 or 38.14% from 215); Blue value is 95 (37.5% from 255 or 44.19% from 215); Max value from RGB is 95 - color contains mainly: blue. Hex color #26525F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26525F is #D9ADA0. Grayscale: #464646. Windows color (decimal): -14265761 or 6246950. OLE color: 6246950.

HSL color Cylindrical-coordinate representation of color #26525F: hue angle of 193.68º degrees, saturation: 0.43, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #26525F is Cyan = 0.60, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB388295-
CMYK0.600.1400.63
HSL193.68º42.86%26.08%-
HSV(B)193.68º60%37.25%-
XYZ5.887.2711.92-
YUV70.33141.92104.94-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.67%
GREEN value IS 82 (32.42% from 255) = 38.14%
BLUE value IS 95 (37.5% from 255) = 44.19%
R=17.67%
G=38.14%
B=44.19%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3882950.600.1400.63193.6842.8626.08
Hex26525F3CE03Fc22b1a
Octal4612213774160773025332
Binary10011010100101011111111100111001111111100001010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26525f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26525f; }

 p { color: rgb(38,82,95); }

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

<style>
 a { background-color: #26525f; }

 a { background-color: rgb(38,82,95); }

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

<style>
 span { border-color: #26525f; }

 span { border-color: rgb(38,82,95); }

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