#263C53

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

Shades of Catalina Blue #263C53

Tints of Catalina Blue #263C53

Color information

#263C53 (or 0x263C53) is unknown color: approx Catalina Blue. HEX triplet: 26, 3C and 53. RGB value is (38,60,83). Sum of RGB (Red+Green+Blue) = 38+60+83=181 (23% of max value = 765). Red value is 38 (15.23% from 255 or 20.99% from 181); Green value is 60 (23.83% from 255 or 33.15% from 181); Blue value is 83 (32.81% from 255 or 45.86% from 181); Max value from RGB is 83 - color contains mainly: blue. Hex color #263C53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263C53 is #D9C3AC. Grayscale: #373737. Windows color (decimal): -14271405 or 5454886. OLE color: 5454886.

HSL color Cylindrical-coordinate representation of color #263C53: hue angle of 210.67º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #263C53 is Cyan = 0.54, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB386083-
CMYK0.540.2800.67
HSL210.67º37.19%23.73%-
HSV(B)210.67º54.22%32.55%-
XYZ3.984.278.8-
YUV56.04143.21115.13-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.99%
GREEN value IS 60 (23.83% from 255) = 33.15%
BLUE value IS 83 (32.81% from 255) = 45.86%
R=20.99%
G=33.15%
B=45.86%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3860830.540.2800.67210.6737.1923.73
Hex263C53361C043d32518
Octal4674123663401033234530
Binary100110111100101001111011011100010000111101001110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263C53; }

 p { color: rgb(38,60,83); }

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

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

 a { background-color: rgb(38,60,83); }

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

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

 span { border-color: rgb(38,60,83); }

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