#265069

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

Shades of Arapawa #265069

Tints of Arapawa #265069

Color information

#265069 (or 0x265069) is unknown color: approx Arapawa. HEX triplet: 26, 50 and 69. RGB value is (38,80,105). Sum of RGB (Red+Green+Blue) = 38+80+105=223 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.04% from 223); Green value is 80 (31.64% from 255 or 35.87% from 223); Blue value is 105 (41.41% from 255 or 47.09% from 223); Max value from RGB is 105 - color contains mainly: blue. Hex color #265069 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265069 is #D9AF96. Grayscale: #464646. Windows color (decimal): -14266263 or 6901798. OLE color: 6901798.

HSL color Cylindrical-coordinate representation of color #265069: hue angle of 202.39º degrees, saturation: 0.47, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #265069 is Cyan = 0.64, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3880105-
CMYK0.640.2400.59
HSL202.39º46.85%28.04%-
HSV(B)202.39º63.81%41.18%-
XYZ6.227.1714.42-
YUV70.29147.59104.97-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.04%
GREEN value IS 80 (31.64% from 255) = 35.87%
BLUE value IS 105 (41.41% from 255) = 47.09%
R=17.04%
G=35.87%
B=47.09%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal38801050.640.2400.59202.3946.8528.04
Hex265069401803Bca2f1c
Octal46120151100300733125734
Binary1001101010000110100110000001100001110111100101010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265069; }

 p { color: rgb(38,80,105); }

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

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

 a { background-color: rgb(38,80,105); }

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

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

 span { border-color: rgb(38,80,105); }

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