#26345B

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

Shades of Catalina Blue #26345B

Tints of Catalina Blue #26345B

Color information

#26345B (or 0x26345B) is unknown color: approx Catalina Blue. HEX triplet: 26, 34 and 5B. RGB value is (38,52,91). Sum of RGB (Red+Green+Blue) = 38+52+91=181 (23% of max value = 765). Red value is 38 (15.23% from 255 or 20.99% from 181); Green value is 52 (20.70% from 255 or 28.73% from 181); Blue value is 91 (35.94% from 255 or 50.28% from 181); Max value from RGB is 91 - color contains mainly: blue. Hex color #26345B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26345B is #D9CBA4. Grayscale: #343434. Windows color (decimal): -14273445 or 5977126. OLE color: 5977126.

HSL color Cylindrical-coordinate representation of color #26345B: hue angle of 224.15º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #26345B is Cyan = 0.58, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB385291-
CMYK0.580.4300.64
HSL224.15º41.09%25.29%-
HSV(B)224.15º58.24%35.69%-
XYZ3.923.6210.39-
YUV52.26149.86117.83-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.99%
GREEN value IS 52 (20.70% from 255) = 28.73%
BLUE value IS 91 (35.94% from 255) = 50.28%
R=20.99%
G=28.73%
B=50.28%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3852910.580.4300.64224.1541.0925.29
Hex26345B3A2B040e02919
Octal4664133725301003405131
Binary1001101101001011011111010101011010000001110000010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26345B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26345B; }

 p { color: rgb(38,52,91); }

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

<style>
 a { background-color: #26345B; }

 a { background-color: rgb(38,52,91); }

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

<style>
 span { border-color: #26345B; }

 span { border-color: rgb(38,52,91); }

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