#26426D

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

Shades of Catalina Blue #26426D

Tints of Catalina Blue #26426D

Color information

#26426D (or 0x26426D) is unknown color: approx Catalina Blue. HEX triplet: 26, 42 and 6D. RGB value is (38,66,109). Sum of RGB (Red+Green+Blue) = 38+66+109=213 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.84% from 213); Green value is 66 (26.17% from 255 or 30.99% from 213); Blue value is 109 (42.97% from 255 or 51.17% from 213); Max value from RGB is 109 - color contains mainly: blue. Hex color #26426D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26426D is #D9BD92. Grayscale: #3E3E3E. Windows color (decimal): -14269843 or 7160358. OLE color: 7160358.

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

Color convert

RGB3866109-
CMYK0.650.3900.57
HSL216.34º48.3%28.82%-
HSV(B)216.34º65.14%42.75%-
XYZ5.515.4115.22-
YUV62.53154.22110.5-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.84%
GREEN value IS 66 (26.17% from 255) = 30.99%
BLUE value IS 109 (42.97% from 255) = 51.17%
R=17.84%
G=30.99%
B=51.17%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal38661090.650.3900.57216.3448.328.82
Hex26426D4127039d8301d
Octal46102155101470713306035
Binary10011010000101101101100000110011101110011101100011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26426D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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