#263954

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

Shades of Catalina Blue #263954

Tints of Catalina Blue #263954

Color information

#263954 (or 0x263954) is unknown color: approx Catalina Blue. HEX triplet: 26, 39 and 54. RGB value is (38,57,84). Sum of RGB (Red+Green+Blue) = 38+57+84=179 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.23% from 179); Green value is 57 (22.66% from 255 or 31.84% from 179); Blue value is 84 (33.20% from 255 or 46.93% from 179); Max value from RGB is 84 - color contains mainly: blue. Hex color #263954 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263954 is #D9C6AB. Grayscale: #363636. Windows color (decimal): -14272172 or 5519654. OLE color: 5519654.

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

Color convert

RGB385784-
CMYK0.550.3200.67
HSL215.22º37.7%23.92%-
HSV(B)215.22º54.76%32.94%-
XYZ3.863.988.95-
YUV54.4144.71116.3-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.23%
GREEN value IS 57 (22.66% from 255) = 31.84%
BLUE value IS 84 (33.20% from 255) = 46.93%
R=21.23%
G=31.84%
B=46.93%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3857840.550.3200.67215.2237.723.92
Hex2639543720043d72618
Octal4671124674001033274630
Binary1001101110011010100110111100000010000111101011110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263954; }

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

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

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

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

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

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

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

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