#263F66

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

Shades of Catalina Blue #263F66

Tints of Catalina Blue #263F66

Color information

#263F66 (or 0x263F66) is unknown color: approx Catalina Blue. HEX triplet: 26, 3F and 66. RGB value is (38,63,102). Sum of RGB (Red+Green+Blue) = 38+63+102=203 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.72% from 203); Green value is 63 (25% from 255 or 31.03% from 203); Blue value is 102 (40.23% from 255 or 50.25% from 203); Max value from RGB is 102 - color contains mainly: blue. Hex color #263F66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263F66 is #D9C099. Grayscale: #3B3B3B. Windows color (decimal): -14270618 or 6700838. OLE color: 6700838.

HSL color Cylindrical-coordinate representation of color #263F66: hue angle of 216.56º 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 #263F66 is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB3863102-
CMYK0.630.3800.6
HSL216.56º45.71%27.45%-
HSV(B)216.56º62.75%40%-
XYZ4.984.9313.26-
YUV59.97151.72112.33-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.72%
GREEN value IS 63 (25% from 255) = 31.03%
BLUE value IS 102 (40.23% from 255) = 50.25%
R=18.72%
G=31.03%
B=50.25%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal38631020.630.3800.6216.5645.7127.45
Hex263F663F2603Cd92e1b
Octal467714677460743315633
Binary100110111111110011011111110011001111001101100110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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