#264160

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

Shades of Catalina Blue #264160

Tints of Catalina Blue #264160

Color information

#264160 (or 0x264160) is unknown color: approx Catalina Blue. HEX triplet: 26, 41 and 60. RGB value is (38,65,96). Sum of RGB (Red+Green+Blue) = 38+65+96=199 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19.10% from 199); Green value is 65 (25.78% from 255 or 32.66% from 199); Blue value is 96 (37.89% from 255 or 48.24% from 199); Max value from RGB is 96 - color contains mainly: blue. Hex color #264160 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264160 is #D9BE9F. Grayscale: #3C3C3C. Windows color (decimal): -14270112 or 6308134. OLE color: 6308134.

HSL color Cylindrical-coordinate representation of color #264160: hue angle of 212.07º 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 #264160 is Cyan = 0.60, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB386596-
CMYK0.600.3200.62
HSL212.07º43.28%26.27%-
HSV(B)212.07º60.42%37.65%-
XYZ4.85.0411.79-
YUV60.46148.05111.98-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.10%
GREEN value IS 65 (25.78% from 255) = 32.66%
BLUE value IS 96 (37.89% from 255) = 48.24%
R=19.10%
G=32.66%
B=48.24%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3865960.600.3200.62212.0743.2826.27
Hex2641603C2003Ed42b1a
Octal4610114074400763245332
Binary1001101000001110000011110010000001111101101010010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264160; }

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

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

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

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

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

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

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

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