#263C58

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

Shades of Catalina Blue #263C58

Tints of Catalina Blue #263C58

Color information

#263C58 (or 0x263C58) is unknown color: approx Catalina Blue. HEX triplet: 26, 3C and 58. RGB value is (38,60,88). Sum of RGB (Red+Green+Blue) = 38+60+88=186 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.43% from 186); Green value is 60 (23.83% from 255 or 32.26% from 186); Blue value is 88 (34.77% from 255 or 47.31% from 186); Max value from RGB is 88 - color contains mainly: blue. Hex color #263C58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263C58 is #D9C3A7. Grayscale: #383838. Windows color (decimal): -14271400 or 5782566. OLE color: 5782566.

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

Color convert

RGB386088-
CMYK0.570.3200.65
HSL213.6º39.68%24.71%-
HSV(B)213.6º56.82%34.51%-
XYZ4.184.359.85-
YUV56.61145.71114.72-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.43%
GREEN value IS 60 (23.83% from 255) = 32.26%
BLUE value IS 88 (34.77% from 255) = 47.31%
R=20.43%
G=32.26%
B=47.31%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3860880.570.3200.65213.639.6824.71
Hex263C583920041d62819
Octal4674130714001013265031
Binary1001101111001011000111001100000010000011101011010100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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