#264464

Color #264464 Catalina Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Catalina Blue #264464

Tints of Catalina Blue #264464

Color information

#264464 (or 0x264464) is unknown color: approx Catalina Blue. HEX triplet: 26, 44 and 64. RGB value is (38,68,100). Sum of RGB (Red+Green+Blue) = 38+68+100=206 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.45% from 206); Green value is 68 (26.95% from 255 or 33.01% from 206); Blue value is 100 (39.45% from 255 or 48.54% from 206); Max value from RGB is 100 - color contains mainly: blue. Hex color #264464 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264464 is #D9BB9B. Grayscale: #3E3E3E. Windows color (decimal): -14269340 or 6571046. OLE color: 6571046.

HSL color Cylindrical-coordinate representation of color #264464: hue angle of 210.97º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #264464 is Cyan = 0.62, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB3868100-
CMYK0.620.3200.61
HSL210.97º44.93%27.06%-
HSV(B)210.97º62%39.22%-
XYZ5.175.4712.84-
YUV62.68149.06110.4-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.45%
GREEN value IS 68 (26.95% from 255) = 33.01%
BLUE value IS 100 (39.45% from 255) = 48.54%
R=18.45%
G=33.01%
B=48.54%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal38681000.620.3200.61210.9744.9327.06
Hex2644643E2003Dd32d1b
Octal4610414476400753235533
Binary1001101000100110010011111010000001111011101001110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264464; }

 p { color: rgb(38,68,100); }

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

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

 a { background-color: rgb(38,68,100); }

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

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

 span { border-color: rgb(38,68,100); }

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