#264B69

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

Shades of Arapawa #264B69

Tints of Arapawa #264B69

Color information

#264B69 (or 0x264B69) is unknown color: approx Arapawa. HEX triplet: 26, 4B and 69. RGB value is (38,75,105). Sum of RGB (Red+Green+Blue) = 38+75+105=218 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.43% from 218); Green value is 75 (29.69% from 255 or 34.40% from 218); Blue value is 105 (41.41% from 255 or 48.17% from 218); Max value from RGB is 105 - color contains mainly: blue. Hex color #264B69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264B69 is #D9B496. Grayscale: #434343. Windows color (decimal): -14267543 or 6900518. OLE color: 6900518.

HSL color Cylindrical-coordinate representation of color #264B69: hue angle of 206.87º 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 #264B69 is Cyan = 0.64, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3875105-
CMYK0.640.2900.59
HSL206.87º46.85%28.04%-
HSV(B)206.87º63.81%41.18%-
XYZ5.876.4614.3-
YUV67.36149.24107.06-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.43%
GREEN value IS 75 (29.69% from 255) = 34.40%
BLUE value IS 105 (41.41% from 255) = 48.17%
R=17.43%
G=34.40%
B=48.17%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal38751050.640.2900.59206.8746.8528.04
Hex264B69401D03Bcf2f1c
Octal46113151100350733175734
Binary1001101001011110100110000001110101110111100111110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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