#263962

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

Shades of Catalina Blue #263962

Tints of Catalina Blue #263962

Color information

#263962 (or 0x263962) is unknown color: approx Catalina Blue. HEX triplet: 26, 39 and 62. RGB value is (38,57,98). Sum of RGB (Red+Green+Blue) = 38+57+98=193 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.69% from 193); Green value is 57 (22.66% from 255 or 29.53% from 193); Blue value is 98 (38.67% from 255 or 50.78% from 193); Max value from RGB is 98 - color contains mainly: blue. Hex color #263962 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263962 is #D9C69D. Grayscale: #373737. Windows color (decimal): -14272158 or 6437158. OLE color: 6437158.

HSL color Cylindrical-coordinate representation of color #263962: hue angle of 221º 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 #263962 is Cyan = 0.61, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB385798-
CMYK0.610.4200.62
HSL221º44.12%26.67%-
HSV(B)221º61.22%38.43%-
XYZ4.474.2212.13-
YUV55.99151.71115.17-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.69%
GREEN value IS 57 (22.66% from 255) = 29.53%
BLUE value IS 98 (38.67% from 255) = 50.78%
R=19.69%
G=29.53%
B=50.78%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3857980.610.4200.6222144.1226.67
Hex2639623D2A03Edd2c1b
Octal467114275520763355433
Binary100110111001110001011110110101001111101101110110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263962; }

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

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

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

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

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

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

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

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