#264069

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

Shades of Catalina Blue #264069

Tints of Catalina Blue #264069

Color information

#264069 (or 0x264069) is unknown color: approx Catalina Blue. HEX triplet: 26, 40 and 69. RGB value is (38,64,105). Sum of RGB (Red+Green+Blue) = 38+64+105=207 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.36% from 207); Green value is 64 (25.39% from 255 or 30.92% from 207); Blue value is 105 (41.41% from 255 or 50.72% from 207); Max value from RGB is 105 - color contains mainly: blue. Hex color #264069 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264069 is #D9BF96. Grayscale: #3C3C3C. Windows color (decimal): -14270359 or 6897702. OLE color: 6897702.

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

Color convert

RGB3864105-
CMYK0.640.3900.59
HSL216.72º46.85%28.04%-
HSV(B)216.72º63.81%41.18%-
XYZ5.185.114.08-
YUV60.9152.89111.67-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.36%
GREEN value IS 64 (25.39% from 255) = 30.92%
BLUE value IS 105 (41.41% from 255) = 50.72%
R=18.36%
G=30.92%
B=50.72%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal38641050.640.3900.59216.7246.8528.04
Hex264069402703Bd92f1c
Octal46100151100470733315734
Binary10011010000001101001100000010011101110111101100110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264069; }

 p { color: rgb(38,64,105); }

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

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

 a { background-color: rgb(38,64,105); }

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

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

 span { border-color: rgb(38,64,105); }

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