#263960

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

Shades of Catalina Blue #263960

Tints of Catalina Blue #263960

Color information

#263960 (or 0x263960) is unknown color: approx Catalina Blue. HEX triplet: 26, 39 and 60. RGB value is (38,57,96). Sum of RGB (Red+Green+Blue) = 38+57+96=191 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.90% from 191); Green value is 57 (22.66% from 255 or 29.84% from 191); Blue value is 96 (37.89% from 255 or 50.26% from 191); Max value from RGB is 96 - color contains mainly: blue. Hex color #263960 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263960 is #D9C69F. Grayscale: #373737. Windows color (decimal): -14272160 or 6306086. OLE color: 6306086.

HSL color Cylindrical-coordinate representation of color #263960: hue angle of 220.34º degrees, saturation: 0.43, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #263960 is Cyan = 0.60, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB385796-
CMYK0.600.4100.62
HSL220.34º43.28%26.27%-
HSV(B)220.34º60.42%37.65%-
XYZ4.374.1811.64-
YUV55.76150.71115.33-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.90%
GREEN value IS 57 (22.66% from 255) = 29.84%
BLUE value IS 96 (37.89% from 255) = 50.26%
R=19.90%
G=29.84%
B=50.26%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3857960.600.4100.62220.3443.2826.27
Hex2639603C2903Edc2b1a
Octal467114074510763345332
Binary100110111001110000011110010100101111101101110010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263960; }

 p { color: rgb(38,57,96); }

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

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

 a { background-color: rgb(38,57,96); }

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

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

 span { border-color: rgb(38,57,96); }

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