#263F59

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

Shades of Catalina Blue #263F59

Tints of Catalina Blue #263F59

Color information

#263F59 (or 0x263F59) is unknown color: approx Catalina Blue. HEX triplet: 26, 3F and 59. RGB value is (38,63,89). Sum of RGB (Red+Green+Blue) = 38+63+89=190 (25% of max value = 765). Red value is 38 (15.23% from 255 or 20% from 190); Green value is 63 (25% from 255 or 33.16% from 190); Blue value is 89 (35.16% from 255 or 46.84% from 190); Max value from RGB is 89 - color contains mainly: blue. Hex color #263F59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263F59 is #D9C0A6. Grayscale: #3A3A3A. Windows color (decimal): -14270631 or 5848870. OLE color: 5848870.

HSL color Cylindrical-coordinate representation of color #263F59: hue angle of 210.59º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #263F59 is Cyan = 0.57, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB386389-
CMYK0.570.2900.65
HSL210.59º40.16%24.9%-
HSV(B)210.59º57.3%34.9%-
XYZ4.384.6910.13-
YUV58.49145.22113.39-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20%
GREEN value IS 63 (25% from 255) = 33.16%
BLUE value IS 89 (35.16% from 255) = 46.84%
R=20%
G=33.16%
B=46.84%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3863890.570.2900.65210.5940.1624.9
Hex263F59391D041d32819
Octal4677131713501013235031
Binary100110111111101100111100111101010000011101001110100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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