#26355A

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

Shades of Catalina Blue #26355A

Tints of Catalina Blue #26355A

Color information

#26355A (or 0x26355A) is unknown color: approx Catalina Blue. HEX triplet: 26, 35 and 5A. RGB value is (38,53,90). Sum of RGB (Red+Green+Blue) = 38+53+90=181 (23% of max value = 765). Red value is 38 (15.23% from 255 or 20.99% from 181); Green value is 53 (21.09% from 255 or 29.28% from 181); Blue value is 90 (35.55% from 255 or 49.72% from 181); Max value from RGB is 90 - color contains mainly: blue. Hex color #26355A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26355A is #D9CAA5. Grayscale: #343434. Windows color (decimal): -14273190 or 5911846. OLE color: 5911846.

HSL color Cylindrical-coordinate representation of color #26355A: hue angle of 222.69º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #26355A is Cyan = 0.58, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB385390-
CMYK0.580.4100.65
HSL222.69º40.62%25.1%-
HSV(B)222.69º57.78%35.29%-
XYZ3.923.710.18-
YUV52.73149.03117.49-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.99%
GREEN value IS 53 (21.09% from 255) = 29.28%
BLUE value IS 90 (35.55% from 255) = 49.72%
R=20.99%
G=29.28%
B=49.72%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3853900.580.4100.65222.6940.6225.1
Hex26355A3A29041df2919
Octal4665132725101013375131
Binary1001101101011011010111010101001010000011101111110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26355A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26355A; }

 p { color: rgb(38,53,90); }

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

<style>
 a { background-color: #26355A; }

 a { background-color: rgb(38,53,90); }

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

<style>
 span { border-color: #26355A; }

 span { border-color: rgb(38,53,90); }

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