#26406D

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

Shades of Catalina Blue #26406D

Tints of Catalina Blue #26406D

Color information

#26406D (or 0x26406D) is unknown color: approx Catalina Blue. HEX triplet: 26, 40 and 6D. RGB value is (38,64,109). Sum of RGB (Red+Green+Blue) = 38+64+109=211 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.01% from 211); Green value is 64 (25.39% from 255 or 30.33% from 211); Blue value is 109 (42.97% from 255 or 51.66% from 211); Max value from RGB is 109 - color contains mainly: blue. Hex color #26406D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26406D is #D9BF92. Grayscale: #3D3D3D. Windows color (decimal): -14270355 or 7159846. OLE color: 7159846.

HSL color Cylindrical-coordinate representation of color #26406D: hue angle of 218.03º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #26406D is Cyan = 0.65, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3864109-
CMYK0.650.4100.57
HSL218.03º48.3%28.82%-
HSV(B)218.03º65.14%42.75%-
XYZ5.395.1815.18-
YUV61.36154.89111.34-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.01%
GREEN value IS 64 (25.39% from 255) = 30.33%
BLUE value IS 109 (42.97% from 255) = 51.66%
R=18.01%
G=30.33%
B=51.66%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal38641090.650.4100.57218.0348.328.82
Hex26406D4129039da301d
Octal46100155101510713326035
Binary10011010000001101101100000110100101110011101101011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26406D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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