#263558

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

Shades of Catalina Blue #263558

Tints of Catalina Blue #263558

Color information

#263558 (or 0x263558) is unknown color: approx Catalina Blue. HEX triplet: 26, 35 and 58. RGB value is (38,53,88). Sum of RGB (Red+Green+Blue) = 38+53+88=179 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.23% from 179); Green value is 53 (21.09% from 255 or 29.61% from 179); Blue value is 88 (34.77% from 255 or 49.16% from 179); Max value from RGB is 88 - color contains mainly: blue. Hex color #263558 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263558 is #D9CAA7. Grayscale: #343434. Windows color (decimal): -14273192 or 5780774. OLE color: 5780774.

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

Color convert

RGB385388-
CMYK0.570.4000.65
HSL222º39.68%24.71%-
HSV(B)222º56.82%34.51%-
XYZ3.833.669.74-
YUV52.5148.03117.65-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.23%
GREEN value IS 53 (21.09% from 255) = 29.61%
BLUE value IS 88 (34.77% from 255) = 49.16%
R=21.23%
G=29.61%
B=49.16%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3853880.570.4000.6522239.6824.71
Hex2635583928041de2819
Octal4665130715001013365031
Binary1001101101011011000111001101000010000011101111010100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263558; }

 p { color: rgb(38,53,88); }

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

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

 a { background-color: rgb(38,53,88); }

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

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

 span { border-color: rgb(38,53,88); }

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