#264467

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

Shades of Catalina Blue #264467

Tints of Catalina Blue #264467

Color information

#264467 (or 0x264467) is unknown color: approx Catalina Blue. HEX triplet: 26, 44 and 67. RGB value is (38,68,103). Sum of RGB (Red+Green+Blue) = 38+68+103=209 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.18% from 209); Green value is 68 (26.95% from 255 or 32.54% from 209); Blue value is 103 (40.62% from 255 or 49.28% from 209); Max value from RGB is 103 - color contains mainly: blue. Hex color #264467 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264467 is #D9BB98. Grayscale: #3E3E3E. Windows color (decimal): -14269337 or 6767654. OLE color: 6767654.

HSL color Cylindrical-coordinate representation of color #264467: hue angle of 212.31º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #264467 is Cyan = 0.63, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB3868103-
CMYK0.630.3400.60
HSL212.31º46.1%27.65%-
HSV(B)212.31º63.11%40.39%-
XYZ5.315.5313.62-
YUV63.02150.56110.15-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.18%
GREEN value IS 68 (26.95% from 255) = 32.54%
BLUE value IS 103 (40.62% from 255) = 49.28%
R=18.18%
G=32.54%
B=49.28%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal38681030.630.3400.60212.3146.127.65
Hex2644673F2203Cd42e1c
Octal4610414777420743245634
Binary1001101000100110011111111110001001111001101010010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264467; }

 p { color: rgb(38,68,103); }

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

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

 a { background-color: rgb(38,68,103); }

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

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

 span { border-color: rgb(38,68,103); }

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