#264363

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

Shades of Catalina Blue #264363

Tints of Catalina Blue #264363

Color information

#264363 (or 0x264363) is unknown color: approx Catalina Blue. HEX triplet: 26, 43 and 63. RGB value is (38,67,99). Sum of RGB (Red+Green+Blue) = 38+67+99=204 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.63% from 204); Green value is 67 (26.56% from 255 or 32.84% from 204); Blue value is 99 (39.06% from 255 or 48.53% from 204); Max value from RGB is 99 - color contains mainly: blue. Hex color #264363 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264363 is #D9BC9C. Grayscale: #3D3D3D. Windows color (decimal): -14269597 or 6505254. OLE color: 6505254.

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

Color convert

RGB386799-
CMYK0.620.3200.61
HSL211.48º44.53%26.86%-
HSV(B)211.48º61.62%38.82%-
XYZ5.065.3312.57-
YUV61.98148.89110.9-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.63%
GREEN value IS 67 (26.56% from 255) = 32.84%
BLUE value IS 99 (39.06% from 255) = 48.53%
R=18.63%
G=32.84%
B=48.53%

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
Decimal3867990.620.3200.61211.4844.5326.86
Hex2643633E2003Dd32d1b
Octal4610314376400753235533
Binary1001101000011110001111111010000001111011101001110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264363; }

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

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

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

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

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

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

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

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