#26456D

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

Shades of Catalina Blue #26456D

Tints of Catalina Blue #26456D

Color information

#26456D (or 0x26456D) is unknown color: approx Catalina Blue. HEX triplet: 26, 45 and 6D. RGB value is (38,69,109). Sum of RGB (Red+Green+Blue) = 38+69+109=216 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.59% from 216); Green value is 69 (27.34% from 255 or 31.94% from 216); Blue value is 109 (42.97% from 255 or 50.46% from 216); Max value from RGB is 109 - color contains mainly: blue. Hex color #26456D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26456D is #D9BA92. Grayscale: #404040. Windows color (decimal): -14269075 or 7161126. OLE color: 7161126.

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

Color convert

RGB3869109-
CMYK0.650.3700.57
HSL213.8º48.3%28.82%-
HSV(B)213.8º65.14%42.75%-
XYZ5.695.7715.28-
YUV64.29153.23109.25-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.59%
GREEN value IS 69 (27.34% from 255) = 31.94%
BLUE value IS 109 (42.97% from 255) = 50.46%
R=17.59%
G=31.94%
B=50.46%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal38691090.650.3700.57213.848.328.82
Hex26456D4125039d6301d
Octal46105155101450713266035
Binary10011010001011101101100000110010101110011101011011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26456D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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