#263F63

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

Shades of Catalina Blue #263F63

Tints of Catalina Blue #263F63

Color information

#263F63 (or 0x263F63) is unknown color: approx Catalina Blue. HEX triplet: 26, 3F and 63. RGB value is (38,63,99). Sum of RGB (Red+Green+Blue) = 38+63+99=200 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19% from 200); Green value is 63 (25% from 255 or 31.5% from 200); Blue value is 99 (39.06% from 255 or 49.5% from 200); Max value from RGB is 99 - color contains mainly: blue. Hex color #263F63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263F63 is #D9C09C. Grayscale: #3B3B3B. Windows color (decimal): -14270621 or 6504230. OLE color: 6504230.

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

Color convert

RGB386399-
CMYK0.620.3600.61
HSL215.41º44.53%26.86%-
HSV(B)215.41º61.62%38.82%-
XYZ4.834.8712.49-
YUV59.63150.22112.57-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19%
GREEN value IS 63 (25% from 255) = 31.5%
BLUE value IS 99 (39.06% from 255) = 49.5%
R=19%
G=31.5%
B=49.5%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3863990.620.3600.61215.4144.5326.86
Hex263F633E2403Dd72d1b
Octal467714376440753275533
Binary100110111111110001111111010010001111011101011110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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