#264267

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

Shades of Catalina Blue #264267

Tints of Catalina Blue #264267

Color information

#264267 (or 0x264267) is unknown color: approx Catalina Blue. HEX triplet: 26, 42 and 67. RGB value is (38,66,103). Sum of RGB (Red+Green+Blue) = 38+66+103=207 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.36% from 207); Green value is 66 (26.17% from 255 or 31.88% from 207); Blue value is 103 (40.62% from 255 or 49.76% from 207); Max value from RGB is 103 - color contains mainly: blue. Hex color #264267 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264267 is #D9BD98. Grayscale: #3D3D3D. Windows color (decimal): -14269849 or 6767142. OLE color: 6767142.

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

Color convert

RGB3866103-
CMYK0.630.3600.60
HSL214.15º46.1%27.65%-
HSV(B)214.15º63.11%40.39%-
XYZ5.25.2913.58-
YUV61.85151.22110.99-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.36%
GREEN value IS 66 (26.17% from 255) = 31.88%
BLUE value IS 103 (40.62% from 255) = 49.76%
R=18.36%
G=31.88%
B=49.76%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal38661030.630.3600.60214.1546.127.65
Hex2642673F2403Cd62e1c
Octal4610214777440743265634
Binary1001101000010110011111111110010001111001101011010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264267; }

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

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

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

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

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

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

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

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