#263755

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

Shades of Catalina Blue #263755

Tints of Catalina Blue #263755

Color information

#263755 (or 0x263755) is unknown color: approx Catalina Blue. HEX triplet: 26, 37 and 55. RGB value is (38,55,85). Sum of RGB (Red+Green+Blue) = 38+55+85=178 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.35% from 178); Green value is 55 (21.88% from 255 or 30.90% from 178); Blue value is 85 (33.59% from 255 or 47.75% from 178); Max value from RGB is 85 - color contains mainly: blue. Hex color #263755 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263755 is #D9C8AA. Grayscale: #353535. Windows color (decimal): -14272683 or 5584678. OLE color: 5584678.

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

Color convert

RGB385585-
CMYK0.550.3500.67
HSL218.3º38.21%24.12%-
HSV(B)218.3º55.29%33.33%-
XYZ3.813.89.13-
YUV53.34145.87117.06-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.35%
GREEN value IS 55 (21.88% from 255) = 30.90%
BLUE value IS 85 (33.59% from 255) = 47.75%
R=21.35%
G=30.90%
B=47.75%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3855850.550.3500.67218.338.2124.12
Hex2637553723043da2618
Octal4667125674301033324630
Binary1001101101111010101110111100011010000111101101010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263755; }

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

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

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

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

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

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

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

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