#264B68

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

Shades of Arapawa #264B68

Tints of Arapawa #264B68

Color information

#264B68 (or 0x264B68) is unknown color: approx Arapawa. HEX triplet: 26, 4B and 68. RGB value is (38,75,104). Sum of RGB (Red+Green+Blue) = 38+75+104=217 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.51% from 217); Green value is 75 (29.69% from 255 or 34.56% from 217); Blue value is 104 (41.02% from 255 or 47.93% from 217); Max value from RGB is 104 - color contains mainly: blue. Hex color #264B68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264B68 is #D9B497. Grayscale: #434343. Windows color (decimal): -14267544 or 6834982. OLE color: 6834982.

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

Color convert

RGB3875104-
CMYK0.630.2800.59
HSL206.36º46.48%27.84%-
HSV(B)206.36º63.46%40.78%-
XYZ5.816.4414.03-
YUV67.24148.74107.14-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.51%
GREEN value IS 75 (29.69% from 255) = 34.56%
BLUE value IS 104 (41.02% from 255) = 47.93%
R=17.51%
G=34.56%
B=47.93%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal38751040.630.2800.59206.3646.4827.84
Hex264B683F1C03Bce2e1c
Octal4611315077340733165634
Binary100110100101111010001111111110001110111100111010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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