#263D63

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

Shades of Catalina Blue #263D63

Tints of Catalina Blue #263D63

Color information

#263D63 (or 0x263D63) is unknown color: approx Catalina Blue. HEX triplet: 26, 3D and 63. RGB value is (38,61,99). Sum of RGB (Red+Green+Blue) = 38+61+99=198 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19.19% from 198); Green value is 61 (24.22% from 255 or 30.81% from 198); Blue value is 99 (39.06% from 255 or 50% from 198); Max value from RGB is 99 - color contains mainly: blue. Hex color #263D63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263D63 is #D9C29C. Grayscale: #3A3A3A. Windows color (decimal): -14271133 or 6503718. OLE color: 6503718.

HSL color Cylindrical-coordinate representation of color #263D63: hue angle of 217.38º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #263D63 is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB386199-
CMYK0.620.3800.61
HSL217.38º44.53%26.86%-
HSV(B)217.38º61.62%38.82%-
XYZ4.724.6512.45-
YUV58.46150.88113.41-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.19%
GREEN value IS 61 (24.22% from 255) = 30.81%
BLUE value IS 99 (39.06% from 255) = 50%
R=19.19%
G=30.81%
B=50%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3861990.620.3800.61217.3844.5326.86
Hex263D633E2603Dd92d1b
Octal467514376460753315533
Binary100110111101110001111111010011001111011101100110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,61,99); }

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

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

 a { background-color: rgb(38,61,99); }

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

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

 span { border-color: rgb(38,61,99); }

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