#263E5B

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

Shades of Catalina Blue #263E5B

Tints of Catalina Blue #263E5B

Color information

#263E5B (or 0x263E5B) is unknown color: approx Catalina Blue. HEX triplet: 26, 3E and 5B. RGB value is (38,62,91). Sum of RGB (Red+Green+Blue) = 38+62+91=191 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.90% from 191); Green value is 62 (24.61% from 255 or 32.46% from 191); Blue value is 91 (35.94% from 255 or 47.64% from 191); Max value from RGB is 91 - color contains mainly: blue. Hex color #263E5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263E5B is #D9C1A4. Grayscale: #393939. Windows color (decimal): -14270885 or 5979686. OLE color: 5979686.

HSL color Cylindrical-coordinate representation of color #263E5B: hue angle of 212.83º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #263E5B is Cyan = 0.58, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB386291-
CMYK0.580.3200.64
HSL212.83º41.09%25.29%-
HSV(B)212.83º58.24%35.69%-
XYZ4.414.6110.56-
YUV58.13146.55113.64-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.90%
GREEN value IS 62 (24.61% from 255) = 32.46%
BLUE value IS 91 (35.94% from 255) = 47.64%
R=19.90%
G=32.46%
B=47.64%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3862910.580.3200.64212.8341.0925.29
Hex263E5B3A20040d52919
Octal4676133724001003255131
Binary1001101111101011011111010100000010000001101010110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,62,91); }

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

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

 a { background-color: rgb(38,62,91); }

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

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

 span { border-color: rgb(38,62,91); }

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