#265168

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

Shades of Arapawa #265168

Tints of Arapawa #265168

Color information

#265168 (or 0x265168) is unknown color: approx Arapawa. HEX triplet: 26, 51 and 68. RGB value is (38,81,104). Sum of RGB (Red+Green+Blue) = 38+81+104=223 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.04% from 223); Green value is 81 (32.03% from 255 or 36.32% from 223); Blue value is 104 (41.02% from 255 or 46.64% from 223); Max value from RGB is 104 - color contains mainly: blue. Hex color #265168 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265168 is #D9AE97. Grayscale: #464646. Windows color (decimal): -14266008 or 6836518. OLE color: 6836518.

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

Color convert

RGB3881104-
CMYK0.630.2200.59
HSL200.91º46.48%27.84%-
HSV(B)200.91º63.46%40.78%-
XYZ6.247.314.18-
YUV70.76146.75104.63-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.04%
GREEN value IS 81 (32.03% from 255) = 36.32%
BLUE value IS 104 (41.02% from 255) = 46.64%
R=17.04%
G=36.32%
B=46.64%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal38811040.630.2200.59200.9146.4827.84
Hex2651683F1603Bc92e1c
Octal4612115077260733115634
Binary100110101000111010001111111011001110111100100110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265168; }

 p { color: rgb(38,81,104); }

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

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

 a { background-color: rgb(38,81,104); }

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

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

 span { border-color: rgb(38,81,104); }

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