#243C6C

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

Shades of Catalina Blue #243C6C

Tints of Catalina Blue #243C6C

Color information

#243C6C (or 0x243C6C) is unknown color: approx Catalina Blue. HEX triplet: 24, 3C and 6C. RGB value is (36,60,108). Sum of RGB (Red+Green+Blue) = 36+60+108=204 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.65% from 204); Green value is 60 (23.83% from 255 or 29.41% from 204); Blue value is 108 (42.58% from 255 or 52.94% from 204); Max value from RGB is 108 - color contains mainly: blue. Hex color #243C6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #243C6C is #DBC393. Grayscale: #3A3A3A. Windows color (decimal): -14402452 or 7093284. OLE color: 7093284.

HSL color Cylindrical-coordinate representation of color #243C6C: hue angle of 220º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #243C6C is Cyan = 0.67, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3660108-
CMYK0.670.4400.58
HSL220º50%28.24%-
HSV(B)220º66.67%42.35%-
XYZ5.054.6914.83-
YUV58.3156.05112.1-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.65%
GREEN value IS 60 (23.83% from 255) = 29.41%
BLUE value IS 108 (42.58% from 255) = 52.94%
R=17.65%
G=29.41%
B=52.94%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal36601080.670.4400.582205028.24
Hex243C6C432C03Adc321c
Octal4474154103540723346234
Binary1001001111001101100100001110110001110101101110011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #243C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #243C6C; }

 p { color: rgb(36,60,108); }

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

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

 a { background-color: rgb(36,60,108); }

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

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

 span { border-color: rgb(36,60,108); }

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