#264B5C

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

Shades of Arapawa #264B5C

Tints of Arapawa #264B5C

Color information

#264B5C (or 0x264B5C) is unknown color: approx Arapawa. HEX triplet: 26, 4B and 5C. RGB value is (38,75,92). Sum of RGB (Red+Green+Blue) = 38+75+92=205 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.54% from 205); Green value is 75 (29.69% from 255 or 36.59% from 205); Blue value is 92 (36.33% from 255 or 44.88% from 205); Max value from RGB is 92 - color contains mainly: blue. Hex color #264B5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264B5C is #D9B4A3. Grayscale: #414141. Windows color (decimal): -14267556 or 6048550. OLE color: 6048550.

HSL color Cylindrical-coordinate representation of color #264B5C: hue angle of 198.89º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #264B5C is Cyan = 0.59, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB387592-
CMYK0.590.1800.64
HSL198.89º41.54%25.49%-
HSV(B)198.89º58.7%36.08%-
XYZ5.256.2211.05-
YUV65.88142.74108.12-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.54%
GREEN value IS 75 (29.69% from 255) = 36.59%
BLUE value IS 92 (36.33% from 255) = 44.88%
R=18.54%
G=36.59%
B=44.88%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3875920.590.1800.64198.8941.5425.49
Hex264B5C3B12040c72a19
Octal46113134732201003075231
Binary1001101001011101110011101110010010000001100011110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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