#264F66

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

Shades of Arapawa #264F66

Tints of Arapawa #264F66

Color information

#264F66 (or 0x264F66) is unknown color: approx Arapawa. HEX triplet: 26, 4F and 66. RGB value is (38,79,102). Sum of RGB (Red+Green+Blue) = 38+79+102=219 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.35% from 219); Green value is 79 (31.25% from 255 or 36.07% from 219); Blue value is 102 (40.23% from 255 or 46.58% from 219); Max value from RGB is 102 - color contains mainly: blue. Hex color #264F66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #264F66 is #D9B099. Grayscale: #454545. Windows color (decimal): -14266522 or 6704934. OLE color: 6704934.

HSL color Cylindrical-coordinate representation of color #264F66: hue angle of 201.56º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #264F66 is Cyan = 0.63, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB3879102-
CMYK0.630.2300.6
HSL201.56º45.71%27.45%-
HSV(B)201.56º62.75%40%-
XYZ5.996.9613.6-
YUV69.36146.42105.63-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.35%
GREEN value IS 79 (31.25% from 255) = 36.07%
BLUE value IS 102 (40.23% from 255) = 46.58%
R=17.35%
G=36.07%
B=46.58%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal38791020.630.2300.6201.5645.7127.45
Hex264F663F1703Cca2e1b
Octal4611714677270743125633
Binary100110100111111001101111111011101111001100101010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,79,102); }

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

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

 a { background-color: rgb(38,79,102); }

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

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

 span { border-color: rgb(38,79,102); }

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