#264261

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

Shades of Catalina Blue #264261

Tints of Catalina Blue #264261

Color information

#264261 (or 0x264261) is unknown color: approx Catalina Blue. HEX triplet: 26, 42 and 61. RGB value is (38,66,97). Sum of RGB (Red+Green+Blue) = 38+66+97=201 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.91% from 201); Green value is 66 (26.17% from 255 or 32.84% from 201); Blue value is 97 (38.28% from 255 or 48.26% from 201); Max value from RGB is 97 - color contains mainly: blue. Hex color #264261 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264261 is #D9BD9E. Grayscale: #3D3D3D. Windows color (decimal): -14269855 or 6373926. OLE color: 6373926.

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

Color convert

RGB386697-
CMYK0.610.3200.62
HSL211.53º43.7%26.47%-
HSV(B)211.53º60.82%38.04%-
XYZ4.915.1712.05-
YUV61.16148.22111.48-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.91%
GREEN value IS 66 (26.17% from 255) = 32.84%
BLUE value IS 97 (38.28% from 255) = 48.26%
R=18.91%
G=32.84%
B=48.26%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3866970.610.3200.62211.5343.726.47
Hex2642613D2003Ed42c1a
Octal4610214175400763245432
Binary1001101000010110000111110110000001111101101010010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264261; }

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

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

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

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

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

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

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

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