#264161

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

Shades of Catalina Blue #264161

Tints of Catalina Blue #264161

Color information

#264161 (or 0x264161) is unknown color: approx Catalina Blue. HEX triplet: 26, 41 and 61. RGB value is (38,65,97). Sum of RGB (Red+Green+Blue) = 38+65+97=200 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19% from 200); Green value is 65 (25.78% from 255 or 32.5% from 200); Blue value is 97 (38.28% from 255 or 48.5% from 200); Max value from RGB is 97 - color contains mainly: blue. Hex color #264161 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264161 is #D9BE9E. Grayscale: #3C3C3C. Windows color (decimal): -14270111 or 6373670. OLE color: 6373670.

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

Color convert

RGB386597-
CMYK0.610.3300.62
HSL212.54º43.7%26.47%-
HSV(B)212.54º60.82%38.04%-
XYZ4.855.0612.03-
YUV60.58148.55111.9-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19%
GREEN value IS 65 (25.78% from 255) = 32.5%
BLUE value IS 97 (38.28% from 255) = 48.5%
R=19%
G=32.5%
B=48.5%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3865970.610.3300.62212.5443.726.47
Hex2641613D2103Ed52c1a
Octal4610114175410763255432
Binary1001101000001110000111110110000101111101101010110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264161; }

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

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

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

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

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

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

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

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