#264B60

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

Shades of Arapawa #264B60

Tints of Arapawa #264B60

Color information

#264B60 (or 0x264B60) is unknown color: approx Arapawa. HEX triplet: 26, 4B and 60. RGB value is (38,75,96). Sum of RGB (Red+Green+Blue) = 38+75+96=209 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.18% from 209); Green value is 75 (29.69% from 255 or 35.89% from 209); Blue value is 96 (37.89% from 255 or 45.93% from 209); Max value from RGB is 96 - color contains mainly: blue. Hex color #264B60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264B60 is #D9B49F. Grayscale: #424242. Windows color (decimal): -14267552 or 6310694. OLE color: 6310694.

HSL color Cylindrical-coordinate representation of color #264B60: hue angle of 201.72º degrees, saturation: 0.43, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #264B60 is Cyan = 0.60, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB387596-
CMYK0.600.2200.62
HSL201.72º43.28%26.27%-
HSV(B)201.72º60.42%37.65%-
XYZ5.436.2911.99-
YUV66.33144.74107.79-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.18%
GREEN value IS 75 (29.69% from 255) = 35.89%
BLUE value IS 96 (37.89% from 255) = 45.93%
R=18.18%
G=35.89%
B=45.93%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3875960.600.2200.62201.7243.2826.27
Hex264B603C1603Eca2b1a
Octal4611314074260763125332
Binary100110100101111000001111001011001111101100101010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264B60; }

 p { color: rgb(38,75,96); }

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

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

 a { background-color: rgb(38,75,96); }

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

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

 span { border-color: rgb(38,75,96); }

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