#263459

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

Shades of Catalina Blue #263459

Tints of Catalina Blue #263459

Color information

#263459 (or 0x263459) is unknown color: approx Catalina Blue. HEX triplet: 26, 34 and 59. RGB value is (38,52,89). Sum of RGB (Red+Green+Blue) = 38+52+89=179 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.23% from 179); Green value is 52 (20.70% from 255 or 29.05% from 179); Blue value is 89 (35.16% from 255 or 49.72% from 179); Max value from RGB is 89 - color contains mainly: blue. Hex color #263459 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263459 is #D9CBA6. Grayscale: #333333. Windows color (decimal): -14273447 or 5846054. OLE color: 5846054.

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

Color convert

RGB385289-
CMYK0.570.4200.65
HSL223.53º40.16%24.9%-
HSV(B)223.53º57.3%34.9%-
XYZ3.833.599.94-
YUV52.03148.86117.99-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.23%
GREEN value IS 52 (20.70% from 255) = 29.05%
BLUE value IS 89 (35.16% from 255) = 49.72%
R=21.23%
G=29.05%
B=49.72%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3852890.570.4200.65223.5340.1624.9
Hex263459392A041e02819
Octal4664131715201013405031
Binary1001101101001011001111001101010010000011110000010100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263459; }

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

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

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

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

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

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

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

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