#264260

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

Shades of Catalina Blue #264260

Tints of Catalina Blue #264260

Color information

#264260 (or 0x264260) is unknown color: approx Catalina Blue. HEX triplet: 26, 42 and 60. RGB value is (38,66,96). Sum of RGB (Red+Green+Blue) = 38+66+96=200 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19% from 200); Green value is 66 (26.17% from 255 or 33% from 200); Blue value is 96 (37.89% from 255 or 48% from 200); Max value from RGB is 96 - color contains mainly: blue. Hex color #264260 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264260 is #D9BD9F. Grayscale: #3C3C3C. Windows color (decimal): -14269856 or 6308390. OLE color: 6308390.

HSL color Cylindrical-coordinate representation of color #264260: hue angle of 211.03º degrees, saturation: 0.43, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #264260 is Cyan = 0.60, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB386696-
CMYK0.600.3100.62
HSL211.03º43.28%26.27%-
HSV(B)211.03º60.42%37.65%-
XYZ4.865.1511.8-
YUV61.05147.72111.56-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19%
GREEN value IS 66 (26.17% from 255) = 33%
BLUE value IS 96 (37.89% from 255) = 48%
R=19%
G=33%
B=48%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3866960.600.3100.62211.0343.2826.27
Hex2642603C1F03Ed32b1a
Octal4610214074370763235332
Binary100110100001011000001111001111101111101101001110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264260; }

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

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

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

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

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

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

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

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