#243C5C

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

Shades of Catalina Blue #243C5C

Tints of Catalina Blue #243C5C

Color information

#243C5C (or 0x243C5C) is unknown color: approx Catalina Blue. HEX triplet: 24, 3C and 5C. RGB value is (36,60,92). Sum of RGB (Red+Green+Blue) = 36+60+92=188 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.15% from 188); Green value is 60 (23.83% from 255 or 31.91% from 188); Blue value is 92 (36.33% from 255 or 48.94% from 188); Max value from RGB is 92 - color contains mainly: blue. Hex color #243C5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #243C5C is #DBC3A3. Grayscale: #383838. Windows color (decimal): -14402468 or 6044708. OLE color: 6044708.

HSL color Cylindrical-coordinate representation of color #243C5C: hue angle of 214.29º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #243C5C is Cyan = 0.61, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB366092-
CMYK0.610.3500.64
HSL214.29º43.75%25.1%-
HSV(B)214.29º60.87%36.08%-
XYZ4.284.3810.75-
YUV56.47148.05113.4-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 19.15%
GREEN value IS 60 (23.83% from 255) = 31.91%
BLUE value IS 92 (36.33% from 255) = 48.94%
R=19.15%
G=31.91%
B=48.94%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3660920.610.3500.64214.2943.7525.1
Hex243C5C3D23040d62c19
Octal4474134754301003265431
Binary1001001111001011100111101100011010000001101011010110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #243C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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