#26416C

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

Shades of Catalina Blue #26416C

Tints of Catalina Blue #26416C

Color information

#26416C (or 0x26416C) is unknown color: approx Catalina Blue. HEX triplet: 26, 41 and 6C. RGB value is (38,65,108). Sum of RGB (Red+Green+Blue) = 38+65+108=211 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.01% from 211); Green value is 65 (25.78% from 255 or 30.81% from 211); Blue value is 108 (42.58% from 255 or 51.18% from 211); Max value from RGB is 108 - color contains mainly: blue. Hex color #26416C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26416C is #D9BE93. Grayscale: #3D3D3D. Windows color (decimal): -14270100 or 7094566. OLE color: 7094566.

HSL color Cylindrical-coordinate representation of color #26416C: hue angle of 216.86º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #26416C is Cyan = 0.65, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3865108-
CMYK0.650.4000.58
HSL216.86º47.95%28.63%-
HSV(B)216.86º64.81%42.35%-
XYZ5.45.2814.92-
YUV61.83154.05111-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.01%
GREEN value IS 65 (25.78% from 255) = 30.81%
BLUE value IS 108 (42.58% from 255) = 51.18%
R=18.01%
G=30.81%
B=51.18%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal38651080.650.4000.58216.8647.9528.63
Hex26416C412803Ad9301d
Octal46101154101500723316035
Binary10011010000011101100100000110100001110101101100111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26416C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,65,108); }

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

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

 a { background-color: rgb(38,65,108); }

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

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

 span { border-color: rgb(38,65,108); }

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