#263958

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

Shades of Catalina Blue #263958

Tints of Catalina Blue #263958

Color information

#263958 (or 0x263958) is unknown color: approx Catalina Blue. HEX triplet: 26, 39 and 58. RGB value is (38,57,88). Sum of RGB (Red+Green+Blue) = 38+57+88=183 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.77% from 183); Green value is 57 (22.66% from 255 or 31.15% from 183); Blue value is 88 (34.77% from 255 or 48.09% from 183); Max value from RGB is 88 - color contains mainly: blue. Hex color #263958 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263958 is #D9C6A7. Grayscale: #363636. Windows color (decimal): -14272168 or 5781798. OLE color: 5781798.

HSL color Cylindrical-coordinate representation of color #263958: hue angle of 217.2º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #263958 is Cyan = 0.57, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB385788-
CMYK0.570.3500.65
HSL217.2º39.68%24.71%-
HSV(B)217.2º56.82%34.51%-
XYZ4.024.049.8-
YUV54.85146.71115.98-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.77%
GREEN value IS 57 (22.66% from 255) = 31.15%
BLUE value IS 88 (34.77% from 255) = 48.09%
R=20.77%
G=31.15%
B=48.09%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3857880.570.3500.65217.239.6824.71
Hex2639583923041d92819
Octal4671130714301013315031
Binary1001101110011011000111001100011010000011101100110100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263958; }

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

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

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

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

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

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

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

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