#263663

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

Shades of Catalina Blue #263663

Tints of Catalina Blue #263663

Color information

#263663 (or 0x263663) is unknown color: approx Catalina Blue. HEX triplet: 26, 36 and 63. RGB value is (38,54,99). Sum of RGB (Red+Green+Blue) = 38+54+99=191 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.90% from 191); Green value is 54 (21.48% from 255 or 28.27% from 191); Blue value is 99 (39.06% from 255 or 51.83% from 191); Max value from RGB is 99 - color contains mainly: blue. Hex color #263663 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263663 is #D9C99C. Grayscale: #363636. Windows color (decimal): -14272925 or 6501926. OLE color: 6501926.

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

Color convert

RGB385499-
CMYK0.620.4500.61
HSL224.26º44.53%26.86%-
HSV(B)224.26º61.62%38.82%-
XYZ4.373.9512.34-
YUV54.35153.2116.34-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.90%
GREEN value IS 54 (21.48% from 255) = 28.27%
BLUE value IS 99 (39.06% from 255) = 51.83%
R=19.90%
G=28.27%
B=51.83%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3854990.620.4500.61224.2644.5326.86
Hex2636633E2D03De02d1b
Octal466614376550753405533
Binary100110110110110001111111010110101111011110000010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263663; }

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

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

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

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

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

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

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

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