#26446D

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

Shades of Catalina Blue #26446D

Tints of Catalina Blue #26446D

Color information

#26446D (or 0x26446D) is unknown color: approx Catalina Blue. HEX triplet: 26, 44 and 6D. RGB value is (38,68,109). Sum of RGB (Red+Green+Blue) = 38+68+109=215 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.67% from 215); Green value is 68 (26.95% from 255 or 31.63% from 215); Blue value is 109 (42.97% from 255 or 50.70% from 215); Max value from RGB is 109 - color contains mainly: blue. Hex color #26446D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26446D is #D9BB92. Grayscale: #3F3F3F. Windows color (decimal): -14269331 or 7160870. OLE color: 7160870.

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

Color convert

RGB3868109-
CMYK0.650.3800.57
HSL214.65º48.3%28.82%-
HSV(B)214.65º65.14%42.75%-
XYZ5.635.6515.26-
YUV63.7153.56109.67-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.67%
GREEN value IS 68 (26.95% from 255) = 31.63%
BLUE value IS 109 (42.97% from 255) = 50.70%
R=17.67%
G=31.63%
B=50.70%

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
Decimal38681090.650.3800.57214.6548.328.82
Hex26446D4126039d7301d
Octal46104155101460713276035
Binary10011010001001101101100000110011001110011101011111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26446D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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