#264A68

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

Shades of Arapawa #264A68

Tints of Arapawa #264A68

Color information

#264A68 (or 0x264A68) is unknown color: approx Arapawa. HEX triplet: 26, 4A and 68. RGB value is (38,74,104). Sum of RGB (Red+Green+Blue) = 38+74+104=216 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.59% from 216); Green value is 74 (29.30% from 255 or 34.26% from 216); Blue value is 104 (41.02% from 255 or 48.15% from 216); Max value from RGB is 104 - color contains mainly: blue. Hex color #264A68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264A68 is #D9B597. Grayscale: #424242. Windows color (decimal): -14267800 or 6834726. OLE color: 6834726.

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

Color convert

RGB3874104-
CMYK0.630.2900.59
HSL207.27º46.48%27.84%-
HSV(B)207.27º63.46%40.78%-
XYZ5.756.3114.01-
YUV66.66149.07107.56-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.59%
GREEN value IS 74 (29.30% from 255) = 34.26%
BLUE value IS 104 (41.02% from 255) = 48.15%
R=17.59%
G=34.26%
B=48.15%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal38741040.630.2900.59207.2746.4827.84
Hex264A683F1D03Bcf2e1c
Octal4611215077350733175634
Binary100110100101011010001111111110101110111100111110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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