#26385D

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

Shades of Catalina Blue #26385D

Tints of Catalina Blue #26385D

Color information

#26385D (or 0x26385D) is unknown color: approx Catalina Blue. HEX triplet: 26, 38 and 5D. RGB value is (38,56,93). Sum of RGB (Red+Green+Blue) = 38+56+93=187 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.32% from 187); Green value is 56 (22.27% from 255 or 29.95% from 187); Blue value is 93 (36.72% from 255 or 49.73% from 187); Max value from RGB is 93 - color contains mainly: blue. Hex color #26385D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26385D is #D9C7A2. Grayscale: #363636. Windows color (decimal): -14272419 or 6109222. OLE color: 6109222.

HSL color Cylindrical-coordinate representation of color #26385D: hue angle of 220.36º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #26385D is Cyan = 0.59, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB385693-
CMYK0.590.4000.64
HSL220.36º41.98%25.69%-
HSV(B)220.36º59.14%36.47%-
XYZ4.194.0310.91-
YUV54.84149.54115.99-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.32%
GREEN value IS 56 (22.27% from 255) = 29.95%
BLUE value IS 93 (36.72% from 255) = 49.73%
R=20.32%
G=29.95%
B=49.73%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3856930.590.4000.64220.3641.9825.69
Hex26385D3B28040dc2a1a
Octal4670135735001003345232
Binary1001101110001011101111011101000010000001101110010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26385D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,56,93); }

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

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

 a { background-color: rgb(38,56,93); }

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

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

 span { border-color: rgb(38,56,93); }

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