#264061

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

Shades of Catalina Blue #264061

Tints of Catalina Blue #264061

Color information

#264061 (or 0x264061) is unknown color: approx Catalina Blue. HEX triplet: 26, 40 and 61. RGB value is (38,64,97). Sum of RGB (Red+Green+Blue) = 38+64+97=199 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19.10% from 199); Green value is 64 (25.39% from 255 or 32.16% from 199); Blue value is 97 (38.28% from 255 or 48.74% from 199); Max value from RGB is 97 - color contains mainly: blue. Hex color #264061 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264061 is #D9BF9E. Grayscale: #3B3B3B. Windows color (decimal): -14270367 or 6373414. OLE color: 6373414.

HSL color Cylindrical-coordinate representation of color #264061: hue angle of 213.56º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #264061 is Cyan = 0.61, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB386497-
CMYK0.610.3400.62
HSL213.56º43.7%26.47%-
HSV(B)213.56º60.82%38.04%-
XYZ4.794.9412.01-
YUV59.99148.89112.32-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.10%
GREEN value IS 64 (25.39% from 255) = 32.16%
BLUE value IS 97 (38.28% from 255) = 48.74%
R=19.10%
G=32.16%
B=48.74%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3864970.610.3400.62213.5643.726.47
Hex2640613D2203Ed62c1a
Octal4610014175420763265432
Binary1001101000000110000111110110001001111101101011010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264061; }

 p { color: rgb(38,64,97); }

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

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

 a { background-color: rgb(38,64,97); }

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

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

 span { border-color: rgb(38,64,97); }

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