#26426E

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

Shades of Catalina Blue #26426E

Tints of Catalina Blue #26426E

Color information

#26426E (or 0x26426E) is unknown color: approx Catalina Blue. HEX triplet: 26, 42 and 6E. RGB value is (38,66,110). Sum of RGB (Red+Green+Blue) = 38+66+110=214 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.76% from 214); Green value is 66 (26.17% from 255 or 30.84% from 214); Blue value is 110 (43.36% from 255 or 51.40% from 214); Max value from RGB is 110 - color contains mainly: blue. Hex color #26426E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26426E is #D9BD91. Grayscale: #3E3E3E. Windows color (decimal): -14269842 or 7225894. OLE color: 7225894.

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

Color convert

RGB3866110-
CMYK0.650.400.57
HSL216.67º48.65%29.02%-
HSV(B)216.67º65.45%43.14%-
XYZ5.565.4315.51-
YUV62.64154.72110.42-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.76%
GREEN value IS 66 (26.17% from 255) = 30.84%
BLUE value IS 110 (43.36% from 255) = 51.40%
R=17.76%
G=30.84%
B=51.40%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal38661100.650.400.57216.6748.6529.02
Hex26426E4128039d9311d
Octal46102156101500713316135
Binary10011010000101101110100000110100001110011101100111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26426E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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