#263A66

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

Shades of Catalina Blue #263A66

Tints of Catalina Blue #263A66

Color information

#263A66 (or 0x263A66) is unknown color: approx Catalina Blue. HEX triplet: 26, 3A and 66. RGB value is (38,58,102). Sum of RGB (Red+Green+Blue) = 38+58+102=198 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19.19% from 198); Green value is 58 (23.05% from 255 or 29.29% from 198); Blue value is 102 (40.23% from 255 or 51.52% from 198); Max value from RGB is 102 - color contains mainly: blue. Hex color #263A66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263A66 is #D9C599. Grayscale: #383838. Windows color (decimal): -14271898 or 6699558. OLE color: 6699558.

HSL color Cylindrical-coordinate representation of color #263A66: hue angle of 221.25º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #263A66 is Cyan = 0.63, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB3858102-
CMYK0.630.4300.6
HSL221.25º45.71%27.45%-
HSV(B)221.25º62.75%40%-
XYZ4.714.413.17-
YUV57.04153.37114.42-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.19%
GREEN value IS 58 (23.05% from 255) = 29.29%
BLUE value IS 102 (40.23% from 255) = 51.52%
R=19.19%
G=29.29%
B=51.52%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal38581020.630.4300.6221.2545.7127.45
Hex263A663F2B03Cdd2e1b
Octal467214677530743355633
Binary100110111010110011011111110101101111001101110110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,58,102); }

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

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

 a { background-color: rgb(38,58,102); }

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

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

 span { border-color: rgb(38,58,102); }

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