#264B66

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

Shades of Arapawa #264B66

Tints of Arapawa #264B66

Color information

#264B66 (or 0x264B66) is unknown color: approx Arapawa. HEX triplet: 26, 4B and 66. RGB value is (38,75,102). Sum of RGB (Red+Green+Blue) = 38+75+102=215 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.67% from 215); Green value is 75 (29.69% from 255 or 34.88% from 215); Blue value is 102 (40.23% from 255 or 47.44% from 215); Max value from RGB is 102 - color contains mainly: blue. Hex color #264B66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264B66 is #D9B499. Grayscale: #424242. Windows color (decimal): -14267546 or 6703910. OLE color: 6703910.

HSL color Cylindrical-coordinate representation of color #264B66: hue angle of 205.31º 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 #264B66 is Cyan = 0.63, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB3875102-
CMYK0.630.2600.6
HSL205.31º45.71%27.45%-
HSV(B)205.31º62.75%40%-
XYZ5.716.413.51-
YUV67.02147.74107.3-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.67%
GREEN value IS 75 (29.69% from 255) = 34.88%
BLUE value IS 102 (40.23% from 255) = 47.44%
R=17.67%
G=34.88%
B=47.44%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal38751020.630.2600.6205.3145.7127.45
Hex264B663F1A03Ccd2e1b
Octal4611314677320743155633
Binary100110100101111001101111111101001111001100110110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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