#263D59

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

Shades of Catalina Blue #263D59

Tints of Catalina Blue #263D59

Color information

#263D59 (or 0x263D59) is unknown color: approx Catalina Blue. HEX triplet: 26, 3D and 59. RGB value is (38,61,89). Sum of RGB (Red+Green+Blue) = 38+61+89=188 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.21% from 188); Green value is 61 (24.22% from 255 or 32.45% from 188); Blue value is 89 (35.16% from 255 or 47.34% from 188); Max value from RGB is 89 - color contains mainly: blue. Hex color #263D59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263D59 is #D9C2A6. Grayscale: #393939. Windows color (decimal): -14271143 or 5848358. OLE color: 5848358.

HSL color Cylindrical-coordinate representation of color #263D59: hue angle of 212.94º 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 #263D59 is Cyan = 0.57, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB386189-
CMYK0.570.3100.65
HSL212.94º40.16%24.9%-
HSV(B)212.94º57.3%34.9%-
XYZ4.274.4710.09-
YUV57.32145.88114.22-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.21%
GREEN value IS 61 (24.22% from 255) = 32.45%
BLUE value IS 89 (35.16% from 255) = 47.34%
R=20.21%
G=32.45%
B=47.34%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3861890.570.3100.65212.9440.1624.9
Hex263D59391F041d52819
Octal4675131713701013255031
Binary100110111101101100111100111111010000011101010110100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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