#26456C

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

Shades of Catalina Blue #26456C

Tints of Catalina Blue #26456C

Color information

#26456C (or 0x26456C) is unknown color: approx Catalina Blue. HEX triplet: 26, 45 and 6C. RGB value is (38,69,108). Sum of RGB (Red+Green+Blue) = 38+69+108=215 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.67% from 215); Green value is 69 (27.34% from 255 or 32.09% from 215); Blue value is 108 (42.58% from 255 or 50.23% from 215); Max value from RGB is 108 - color contains mainly: blue. Hex color #26456C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26456C is #D9BA93. Grayscale: #3F3F3F. Windows color (decimal): -14269076 or 7095590. OLE color: 7095590.

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

Color convert

RGB3869108-
CMYK0.650.3600.58
HSL213.43º47.95%28.63%-
HSV(B)213.43º64.81%42.35%-
XYZ5.635.7515-
YUV64.18152.73109.33-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.67%
GREEN value IS 69 (27.34% from 255) = 32.09%
BLUE value IS 108 (42.58% from 255) = 50.23%
R=17.67%
G=32.09%
B=50.23%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal38691080.650.3600.58213.4347.9528.63
Hex26456C412403Ad5301d
Octal46105154101440723256035
Binary10011010001011101100100000110010001110101101010111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26456C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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