#263866

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

Shades of Catalina Blue #263866

Tints of Catalina Blue #263866

Color information

#263866 (or 0x263866) is unknown color: approx Catalina Blue. HEX triplet: 26, 38 and 66. RGB value is (38,56,102). Sum of RGB (Red+Green+Blue) = 38+56+102=196 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.39% from 196); Green value is 56 (22.27% from 255 or 28.57% from 196); Blue value is 102 (40.23% from 255 or 52.04% from 196); Max value from RGB is 102 - color contains mainly: blue. Hex color #263866 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263866 is #D9C799. Grayscale: #373737. Windows color (decimal): -14272410 or 6699046. OLE color: 6699046.

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

Color convert

RGB3856102-
CMYK0.630.4500.6
HSL223.12º45.71%27.45%-
HSV(B)223.12º62.75%40%-
XYZ4.614.213.14-
YUV55.86154.04115.26-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.39%
GREEN value IS 56 (22.27% from 255) = 28.57%
BLUE value IS 102 (40.23% from 255) = 52.04%
R=19.39%
G=28.57%
B=52.04%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal38561020.630.4500.6223.1245.7127.45
Hex2638663F2D03Cdf2e1b
Octal467014677550743375633
Binary100110111000110011011111110110101111001101111110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263866; }

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

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

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

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

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

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

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

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