#264C5B

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

Shades of Arapawa #264C5B

Tints of Arapawa #264C5B

Color information

#264C5B (or 0x264C5B) is unknown color: approx Arapawa. HEX triplet: 26, 4C and 5B. RGB value is (38,76,91). Sum of RGB (Red+Green+Blue) = 38+76+91=205 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.54% from 205); Green value is 76 (30.08% from 255 or 37.07% from 205); Blue value is 91 (35.94% from 255 or 44.39% from 205); Max value from RGB is 91 - color contains mainly: blue. Hex color #264C5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264C5B is #D9B3A4. Grayscale: #424242. Windows color (decimal): -14267301 or 5983270. OLE color: 5983270.

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

Color convert

RGB387691-
CMYK0.580.1600.64
HSL196.98º41.09%25.29%-
HSV(B)196.98º58.24%35.69%-
XYZ5.276.3410.84-
YUV66.35141.91107.78-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.54%
GREEN value IS 76 (30.08% from 255) = 37.07%
BLUE value IS 91 (35.94% from 255) = 44.39%
R=18.54%
G=37.07%
B=44.39%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3876910.580.1600.64196.9841.0925.29
Hex264C5B3A10040c52919
Octal46114133722001003055131
Binary1001101001100101101111101010000010000001100010110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,76,91); }

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

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

 a { background-color: rgb(38,76,91); }

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

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

 span { border-color: rgb(38,76,91); }

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