#263A69

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

Shades of Catalina Blue #263A69

Tints of Catalina Blue #263A69

Color information

#263A69 (or 0x263A69) is unknown color: approx Catalina Blue. HEX triplet: 26, 3A and 69. RGB value is (38,58,105). Sum of RGB (Red+Green+Blue) = 38+58+105=201 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.91% from 201); Green value is 58 (23.05% from 255 or 28.86% from 201); Blue value is 105 (41.41% from 255 or 52.24% from 201); Max value from RGB is 105 - color contains mainly: blue. Hex color #263A69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263A69 is #D9C596. Grayscale: #393939. Windows color (decimal): -14271895 or 6896166. OLE color: 6896166.

HSL color Cylindrical-coordinate representation of color #263A69: hue angle of 222.09º degrees, saturation: 0.47, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #263A69 is Cyan = 0.64, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3858105-
CMYK0.640.4500.59
HSL222.09º46.85%28.04%-
HSV(B)222.09º63.81%41.18%-
XYZ4.864.4613.97-
YUV57.38154.87114.18-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.91%
GREEN value IS 58 (23.05% from 255) = 28.86%
BLUE value IS 105 (41.41% from 255) = 52.24%
R=18.91%
G=28.86%
B=52.24%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal38581050.640.4500.59222.0946.8528.04
Hex263A69402D03Bde2f1c
Octal4672151100550733365734
Binary1001101110101101001100000010110101110111101111010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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