#26385C

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

Shades of Catalina Blue #26385C

Tints of Catalina Blue #26385C

Color information

#26385C (or 0x26385C) is unknown color: approx Catalina Blue. HEX triplet: 26, 38 and 5C. RGB value is (38,56,92). Sum of RGB (Red+Green+Blue) = 38+56+92=186 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.43% from 186); Green value is 56 (22.27% from 255 or 30.11% from 186); Blue value is 92 (36.33% from 255 or 49.46% from 186); Max value from RGB is 92 - color contains mainly: blue. Hex color #26385C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26385C is #D9C7A3. Grayscale: #363636. Windows color (decimal): -14272420 or 6043686. OLE color: 6043686.

HSL color Cylindrical-coordinate representation of color #26385C: hue angle of 220º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #26385C is Cyan = 0.59, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB385692-
CMYK0.590.3900.64
HSL220º41.54%25.49%-
HSV(B)220º58.7%36.08%-
XYZ4.154.0110.68-
YUV54.72149.04116.07-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.43%
GREEN value IS 56 (22.27% from 255) = 30.11%
BLUE value IS 92 (36.33% from 255) = 49.46%
R=20.43%
G=30.11%
B=49.46%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3856920.590.3900.6422041.5425.49
Hex26385C3B27040dc2a19
Octal4670134734701003345231
Binary1001101110001011100111011100111010000001101110010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26385C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26385C; }

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

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

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

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

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

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

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

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