#263F6C

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

Shades of Catalina Blue #263F6C

Tints of Catalina Blue #263F6C

Color information

#263F6C (or 0x263F6C) is unknown color: approx Catalina Blue. HEX triplet: 26, 3F and 6C. RGB value is (38,63,108). Sum of RGB (Red+Green+Blue) = 38+63+108=209 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.18% from 209); Green value is 63 (25% from 255 or 30.14% from 209); Blue value is 108 (42.58% from 255 or 51.67% from 209); Max value from RGB is 108 - color contains mainly: blue. Hex color #263F6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263F6C is #D9C093. Grayscale: #3C3C3C. Windows color (decimal): -14270612 or 7094054. OLE color: 7094054.

HSL color Cylindrical-coordinate representation of color #263F6C: hue angle of 218.57º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #263F6C is Cyan = 0.65, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3863108-
CMYK0.650.4200.58
HSL218.57º47.95%28.63%-
HSV(B)218.57º64.81%42.35%-
XYZ5.285.0514.88-
YUV60.66154.72111.84-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.18%
GREEN value IS 63 (25% from 255) = 30.14%
BLUE value IS 108 (42.58% from 255) = 51.67%
R=18.18%
G=30.14%
B=51.67%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal38631080.650.4200.58218.5747.9528.63
Hex263F6C412A03Adb301d
Octal4677154101520723336035
Binary1001101111111101100100000110101001110101101101111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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