#264468

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

Shades of Catalina Blue #264468

Tints of Catalina Blue #264468

Color information

#264468 (or 0x264468) is unknown color: approx Catalina Blue. HEX triplet: 26, 44 and 68. RGB value is (38,68,104). Sum of RGB (Red+Green+Blue) = 38+68+104=210 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.10% from 210); Green value is 68 (26.95% from 255 or 32.38% from 210); Blue value is 104 (41.02% from 255 or 49.52% from 210); Max value from RGB is 104 - color contains mainly: blue. Hex color #264468 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264468 is #D9BB97. Grayscale: #3E3E3E. Windows color (decimal): -14269336 or 6833190. OLE color: 6833190.

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

Color convert

RGB3868104-
CMYK0.630.3500.59
HSL212.73º46.48%27.84%-
HSV(B)212.73º63.46%40.78%-
XYZ5.375.5513.88-
YUV63.13151.06110.07-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.10%
GREEN value IS 68 (26.95% from 255) = 32.38%
BLUE value IS 104 (41.02% from 255) = 49.52%
R=18.10%
G=32.38%
B=49.52%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal38681040.630.3500.59212.7346.4827.84
Hex2644683F2303Bd52e1c
Octal4610415077430733255634
Binary1001101000100110100011111110001101110111101010110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264468; }

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

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

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

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

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

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

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

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