#243C69

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

Shades of Catalina Blue #243C69

Tints of Catalina Blue #243C69

Color information

#243C69 (or 0x243C69) is unknown color: approx Catalina Blue. HEX triplet: 24, 3C and 69. RGB value is (36,60,105). Sum of RGB (Red+Green+Blue) = 36+60+105=201 (26% of max value = 765). Red value is 36 (14.45% from 255 or 17.91% from 201); Green value is 60 (23.83% from 255 or 29.85% from 201); Blue value is 105 (41.41% from 255 or 52.24% from 201); Max value from RGB is 105 - color contains mainly: blue. Hex color #243C69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #243C69 is #DBC396. Grayscale: #393939. Windows color (decimal): -14402455 or 6896676. OLE color: 6896676.

HSL color Cylindrical-coordinate representation of color #243C69: hue angle of 219.13º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #243C69 is Cyan = 0.66, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3660105-
CMYK0.660.4300.59
HSL219.13º48.94%27.65%-
HSV(B)219.13º65.71%41.18%-
XYZ4.894.6314-
YUV57.95154.55112.34-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.91%
GREEN value IS 60 (23.83% from 255) = 29.85%
BLUE value IS 105 (41.41% from 255) = 52.24%
R=17.91%
G=29.85%
B=52.24%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal36601050.660.4300.59219.1348.9427.65
Hex243C69422B03Bdb311c
Octal4474151102530733336134
Binary1001001111001101001100001010101101110111101101111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #243C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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