#26456E

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

Shades of Catalina Blue #26456E

Tints of Catalina Blue #26456E

Color information

#26456E (or 0x26456E) is unknown color: approx Catalina Blue. HEX triplet: 26, 45 and 6E. RGB value is (38,69,110). Sum of RGB (Red+Green+Blue) = 38+69+110=217 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.51% from 217); Green value is 69 (27.34% from 255 or 31.80% from 217); Blue value is 110 (43.36% from 255 or 50.69% from 217); Max value from RGB is 110 - color contains mainly: blue. Hex color #26456E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26456E is #D9BA91. Grayscale: #404040. Windows color (decimal): -14269074 or 7226662. OLE color: 7226662.

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

Color convert

RGB3869110-
CMYK0.650.3700.57
HSL214.17º48.65%29.02%-
HSV(B)214.17º65.45%43.14%-
XYZ5.745.7915.57-
YUV64.4153.73109.17-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.51%
GREEN value IS 69 (27.34% from 255) = 31.80%
BLUE value IS 110 (43.36% from 255) = 50.69%
R=17.51%
G=31.80%
B=50.69%

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
Decimal38691100.650.3700.57214.1748.6529.02
Hex26456E4125039d6311d
Octal46105156101450713266135
Binary10011010001011101110100000110010101110011101011011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26456E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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