#26446E

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

Shades of Catalina Blue #26446E

Tints of Catalina Blue #26446E

Color information

#26446E (or 0x26446E) is unknown color: approx Catalina Blue. HEX triplet: 26, 44 and 6E. RGB value is (38,68,110). Sum of RGB (Red+Green+Blue) = 38+68+110=216 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.59% from 216); Green value is 68 (26.95% from 255 or 31.48% from 216); Blue value is 110 (43.36% from 255 or 50.93% from 216); Max value from RGB is 110 - color contains mainly: blue. Hex color #26446E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26446E is #D9BB91. Grayscale: #3F3F3F. Windows color (decimal): -14269330 or 7226406. OLE color: 7226406.

HSL color Cylindrical-coordinate representation of color #26446E: hue angle of 215º degrees, saturation: 0.49, 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 #26446E is Cyan = 0.65, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3868110-
CMYK0.650.3800.57
HSL215º48.65%29.02%-
HSV(B)215º65.45%43.14%-
XYZ5.685.6715.55-
YUV63.82154.06109.58-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.59%
GREEN value IS 68 (26.95% from 255) = 31.48%
BLUE value IS 110 (43.36% from 255) = 50.93%
R=17.59%
G=31.48%
B=50.93%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal38681100.650.3800.5721548.6529.02
Hex26446E4126039d7311d
Octal46104156101460713276135
Binary10011010001001101110100000110011001110011101011111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26446E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26446E; }

 p { color: rgb(38,68,110); }

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

<style>
 a { background-color: #26446E; }

 a { background-color: rgb(38,68,110); }

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

<style>
 span { border-color: #26446E; }

 span { border-color: rgb(38,68,110); }

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