#264567

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

Shades of Catalina Blue #264567

Tints of Catalina Blue #264567

Color information

#264567 (or 0x264567) is unknown color: approx Catalina Blue. HEX triplet: 26, 45 and 67. RGB value is (38,69,103). Sum of RGB (Red+Green+Blue) = 38+69+103=210 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.10% from 210); Green value is 69 (27.34% from 255 or 32.86% from 210); Blue value is 103 (40.62% from 255 or 49.05% from 210); Max value from RGB is 103 - color contains mainly: blue. Hex color #264567 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264567 is #D9BA98. Grayscale: #3F3F3F. Windows color (decimal): -14269081 or 6767910. OLE color: 6767910.

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

Color convert

RGB3869103-
CMYK0.630.3300.60
HSL211.38º46.1%27.65%-
HSV(B)211.38º63.11%40.39%-
XYZ5.385.6513.64-
YUV63.61150.23109.74-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.10%
GREEN value IS 69 (27.34% from 255) = 32.86%
BLUE value IS 103 (40.62% from 255) = 49.05%
R=18.10%
G=32.86%
B=49.05%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal38691030.630.3300.60211.3846.127.65
Hex2645673F2103Cd32e1c
Octal4610514777410743235634
Binary1001101000101110011111111110000101111001101001110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264567; }

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

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

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

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

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

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

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

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