#263760

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

Shades of Catalina Blue #263760

Tints of Catalina Blue #263760

Color information

#263760 (or 0x263760) is unknown color: approx Catalina Blue. HEX triplet: 26, 37 and 60. RGB value is (38,55,96). Sum of RGB (Red+Green+Blue) = 38+55+96=189 (25% of max value = 765). Red value is 38 (15.23% from 255 or 20.11% from 189); Green value is 55 (21.88% from 255 or 29.10% from 189); Blue value is 96 (37.89% from 255 or 50.79% from 189); Max value from RGB is 96 - color contains mainly: blue. Hex color #263760 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263760 is #D9C89F. Grayscale: #363636. Windows color (decimal): -14272672 or 6305574. OLE color: 6305574.

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

Color convert

RGB385596-
CMYK0.600.4300.62
HSL222.41º43.28%26.27%-
HSV(B)222.41º60.42%37.65%-
XYZ4.283.9911.61-
YUV54.59151.37116.17-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.11%
GREEN value IS 55 (21.88% from 255) = 29.10%
BLUE value IS 96 (37.89% from 255) = 50.79%
R=20.11%
G=29.10%
B=50.79%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3855960.600.4300.62222.4143.2826.27
Hex2637603C2B03Ede2b1a
Octal466714074530763365332
Binary100110110111110000011110010101101111101101111010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263760; }

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

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

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

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

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

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

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

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