#263855

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

Shades of Catalina Blue #263855

Tints of Catalina Blue #263855

Color information

#263855 (or 0x263855) is unknown color: approx Catalina Blue. HEX triplet: 26, 38 and 55. RGB value is (38,56,85). Sum of RGB (Red+Green+Blue) = 38+56+85=179 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.23% from 179); Green value is 56 (22.27% from 255 or 31.28% from 179); Blue value is 85 (33.59% from 255 or 47.49% from 179); Max value from RGB is 85 - color contains mainly: blue. Hex color #263855 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263855 is #D9C7AA. Grayscale: #353535. Windows color (decimal): -14272427 or 5584934. OLE color: 5584934.

HSL color Cylindrical-coordinate representation of color #263855: hue angle of 217.02º 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 #263855 is Cyan = 0.55, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB385685-
CMYK0.550.3400.67
HSL217.02º38.21%24.12%-
HSV(B)217.02º55.29%33.33%-
XYZ3.853.99.14-
YUV53.92145.54116.64-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.23%
GREEN value IS 56 (22.27% from 255) = 31.28%
BLUE value IS 85 (33.59% from 255) = 47.49%
R=21.23%
G=31.28%
B=47.49%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3856850.550.3400.67217.0238.2124.12
Hex2638553722043d92618
Octal4670125674201033314630
Binary1001101110001010101110111100010010000111101100110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263855; }

 p { color: rgb(38,56,85); }

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

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

 a { background-color: rgb(38,56,85); }

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

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

 span { border-color: rgb(38,56,85); }

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