#26405D

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

Shades of Catalina Blue #26405D

Tints of Catalina Blue #26405D

Color information

#26405D (or 0x26405D) is unknown color: approx Catalina Blue. HEX triplet: 26, 40 and 5D. RGB value is (38,64,93). Sum of RGB (Red+Green+Blue) = 38+64+93=195 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.49% from 195); Green value is 64 (25.39% from 255 or 32.82% from 195); Blue value is 93 (36.72% from 255 or 47.69% from 195); Max value from RGB is 93 - color contains mainly: blue. Hex color #26405D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26405D is #D9BFA2. Grayscale: #3B3B3B. Windows color (decimal): -14270371 or 6111270. OLE color: 6111270.

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

Color convert

RGB386493-
CMYK0.590.3100.64
HSL211.64º41.98%25.69%-
HSV(B)211.64º59.14%36.47%-
XYZ4.614.8711.05-
YUV59.53146.89112.64-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.49%
GREEN value IS 64 (25.39% from 255) = 32.82%
BLUE value IS 93 (36.72% from 255) = 47.69%
R=19.49%
G=32.82%
B=47.69%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3864930.590.3100.64211.6441.9825.69
Hex26405D3B1F040d42a1a
Octal46100135733701003245232
Binary1001101000000101110111101111111010000001101010010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26405D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26405D; }

 p { color: rgb(38,64,93); }

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

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

 a { background-color: rgb(38,64,93); }

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

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

 span { border-color: rgb(38,64,93); }

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