#263762

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

Shades of Catalina Blue #263762

Tints of Catalina Blue #263762

Color information

#263762 (or 0x263762) is unknown color: approx Catalina Blue. HEX triplet: 26, 37 and 62. RGB value is (38,55,98). Sum of RGB (Red+Green+Blue) = 38+55+98=191 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.90% from 191); Green value is 55 (21.88% from 255 or 28.80% from 191); Blue value is 98 (38.67% from 255 or 51.31% from 191); Max value from RGB is 98 - color contains mainly: blue. Hex color #263762 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263762 is #D9C89D. Grayscale: #363636. Windows color (decimal): -14272670 or 6436646. OLE color: 6436646.

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

Color convert

RGB385598-
CMYK0.610.4400.62
HSL223º44.12%26.67%-
HSV(B)223º61.22%38.43%-
XYZ4.374.0312.1-
YUV54.82152.37116-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.90%
GREEN value IS 55 (21.88% from 255) = 28.80%
BLUE value IS 98 (38.67% from 255) = 51.31%
R=19.90%
G=28.80%
B=51.31%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3855980.610.4400.6222344.1226.67
Hex2637623D2C03Edf2c1b
Octal466714275540763375433
Binary100110110111110001011110110110001111101101111110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263762; }

 p { color: rgb(38,55,98); }

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

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

 a { background-color: rgb(38,55,98); }

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

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

 span { border-color: rgb(38,55,98); }

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