#263956

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

Shades of Catalina Blue #263956

Tints of Catalina Blue #263956

Color information

#263956 (or 0x263956) is unknown color: approx Catalina Blue. HEX triplet: 26, 39 and 56. RGB value is (38,57,86). Sum of RGB (Red+Green+Blue) = 38+57+86=181 (23% of max value = 765). Red value is 38 (15.23% from 255 or 20.99% from 181); Green value is 57 (22.66% from 255 or 31.49% from 181); Blue value is 86 (33.98% from 255 or 47.51% from 181); Max value from RGB is 86 - color contains mainly: blue. Hex color #263956 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263956 is #D9C6A9. Grayscale: #363636. Windows color (decimal): -14272170 or 5650726. OLE color: 5650726.

HSL color Cylindrical-coordinate representation of color #263956: hue angle of 216.25º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #263956 is Cyan = 0.56, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB385786-
CMYK0.560.3400.66
HSL216.25º38.71%24.31%-
HSV(B)216.25º55.81%33.73%-
XYZ3.944.019.37-
YUV54.62145.71116.14-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.99%
GREEN value IS 57 (22.66% from 255) = 31.49%
BLUE value IS 86 (33.98% from 255) = 47.51%
R=20.99%
G=31.49%
B=47.51%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3857860.560.3400.66216.2538.7124.31
Hex2639563822042d82718
Octal4671126704201023304730
Binary1001101110011010110111000100010010000101101100010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263956; }

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

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

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

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

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

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

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

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