#264163

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

Shades of Catalina Blue #264163

Tints of Catalina Blue #264163

Color information

#264163 (or 0x264163) is unknown color: approx Catalina Blue. HEX triplet: 26, 41 and 63. RGB value is (38,65,99). Sum of RGB (Red+Green+Blue) = 38+65+99=202 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.81% from 202); Green value is 65 (25.78% from 255 or 32.18% from 202); Blue value is 99 (39.06% from 255 or 49.01% from 202); Max value from RGB is 99 - color contains mainly: blue. Hex color #264163 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264163 is #D9BE9C. Grayscale: #3C3C3C. Windows color (decimal): -14270109 or 6504742. OLE color: 6504742.

HSL color Cylindrical-coordinate representation of color #264163: hue angle of 213.44º 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 #264163 is Cyan = 0.62, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB386599-
CMYK0.620.3400.61
HSL213.44º44.53%26.86%-
HSV(B)213.44º61.62%38.82%-
XYZ4.945.0912.53-
YUV60.8149.55111.74-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.81%
GREEN value IS 65 (25.78% from 255) = 32.18%
BLUE value IS 99 (39.06% from 255) = 49.01%
R=18.81%
G=32.18%
B=49.01%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3865990.620.3400.61213.4444.5326.86
Hex2641633E2203Dd52d1b
Octal4610114376420753255533
Binary1001101000001110001111111010001001111011101010110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264163; }

 p { color: rgb(38,65,99); }

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

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

 a { background-color: rgb(38,65,99); }

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

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

 span { border-color: rgb(38,65,99); }

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