#263863

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

Shades of Catalina Blue #263863

Tints of Catalina Blue #263863

Color information

#263863 (or 0x263863) is unknown color: approx Catalina Blue. HEX triplet: 26, 38 and 63. RGB value is (38,56,99). Sum of RGB (Red+Green+Blue) = 38+56+99=193 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.69% from 193); Green value is 56 (22.27% from 255 or 29.02% from 193); Blue value is 99 (39.06% from 255 or 51.30% from 193); Max value from RGB is 99 - color contains mainly: blue. Hex color #263863 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263863 is #D9C79C. Grayscale: #373737. Windows color (decimal): -14272413 or 6502438. OLE color: 6502438.

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

Color convert

RGB385699-
CMYK0.620.4300.61
HSL222.3º44.53%26.86%-
HSV(B)222.3º61.62%38.82%-
XYZ4.474.1412.37-
YUV55.52152.54115.5-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.69%
GREEN value IS 56 (22.27% from 255) = 29.02%
BLUE value IS 99 (39.06% from 255) = 51.30%
R=19.69%
G=29.02%
B=51.30%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3856990.620.4300.61222.344.5326.86
Hex2638633E2B03Dde2d1b
Octal467014376530753365533
Binary100110111000110001111111010101101111011101111010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263863; }

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

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

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

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

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

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

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

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