#263953

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

Shades of Catalina Blue #263953

Tints of Catalina Blue #263953

Color information

#263953 (or 0x263953) is unknown color: approx Catalina Blue. HEX triplet: 26, 39 and 53. RGB value is (38,57,83). Sum of RGB (Red+Green+Blue) = 38+57+83=178 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.35% from 178); Green value is 57 (22.66% from 255 or 32.02% from 178); Blue value is 83 (32.81% from 255 or 46.63% from 178); Max value from RGB is 83 - color contains mainly: blue. Hex color #263953 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263953 is #D9C6AC. Grayscale: #363636. Windows color (decimal): -14272173 or 5454118. OLE color: 5454118.

HSL color Cylindrical-coordinate representation of color #263953: hue angle of 214.67º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #263953 is Cyan = 0.54, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB385783-
CMYK0.540.3100.67
HSL214.67º37.19%23.73%-
HSV(B)214.67º54.22%32.55%-
XYZ3.823.968.75-
YUV54.28144.21116.39-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.35%
GREEN value IS 57 (22.66% from 255) = 32.02%
BLUE value IS 83 (32.81% from 255) = 46.63%
R=21.35%
G=32.02%
B=46.63%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3857830.540.3100.67214.6737.1923.73
Hex263953361F043d72518
Octal4671123663701033274530
Binary100110111001101001111011011111010000111101011110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263953; }

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

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

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

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

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

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

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

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