#263F5C

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

Shades of Catalina Blue #263F5C

Tints of Catalina Blue #263F5C

Color information

#263F5C (or 0x263F5C) is unknown color: approx Catalina Blue. HEX triplet: 26, 3F and 5C. RGB value is (38,63,92). Sum of RGB (Red+Green+Blue) = 38+63+92=193 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.69% from 193); Green value is 63 (25% from 255 or 32.64% from 193); Blue value is 92 (36.33% from 255 or 47.67% from 193); Max value from RGB is 92 - color contains mainly: blue. Hex color #263F5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263F5C is #D9C0A3. Grayscale: #3A3A3A. Windows color (decimal): -14270628 or 6045478. OLE color: 6045478.

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

Color convert

RGB386392-
CMYK0.590.3200.64
HSL212.22º41.54%25.49%-
HSV(B)212.22º58.7%36.08%-
XYZ4.514.7410.8-
YUV58.83146.72113.14-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.69%
GREEN value IS 63 (25% from 255) = 32.64%
BLUE value IS 92 (36.33% from 255) = 47.67%
R=19.69%
G=32.64%
B=47.67%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3863920.590.3200.64212.2241.5425.49
Hex263F5C3B20040d42a19
Octal4677134734001003245231
Binary1001101111111011100111011100000010000001101010010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,63,92); }

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

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

 a { background-color: rgb(38,63,92); }

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

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

 span { border-color: rgb(38,63,92); }

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