#26405C

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

Shades of Catalina Blue #26405C

Tints of Catalina Blue #26405C

Color information

#26405C (or 0x26405C) is unknown color: approx Catalina Blue. HEX triplet: 26, 40 and 5C. RGB value is (38,64,92). Sum of RGB (Red+Green+Blue) = 38+64+92=194 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.59% from 194); Green value is 64 (25.39% from 255 or 32.99% from 194); Blue value is 92 (36.33% from 255 or 47.42% from 194); Max value from RGB is 92 - color contains mainly: blue. Hex color #26405C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26405C is #D9BFA3. Grayscale: #3B3B3B. Windows color (decimal): -14270372 or 6045734. OLE color: 6045734.

HSL color Cylindrical-coordinate representation of color #26405C: hue angle of 211.11º 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 #26405C is Cyan = 0.59, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB386492-
CMYK0.590.3000.64
HSL211.11º41.54%25.49%-
HSV(B)211.11º58.7%36.08%-
XYZ4.564.8510.82-
YUV59.42146.39112.72-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.59%
GREEN value IS 64 (25.39% from 255) = 32.99%
BLUE value IS 92 (36.33% from 255) = 47.42%
R=19.59%
G=32.99%
B=47.42%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3864920.590.3000.64211.1141.5425.49
Hex26405C3B1E040d32a19
Octal46100134733601003235231
Binary1001101000000101110011101111110010000001101001110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26405C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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