#243D5B

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

Shades of Catalina Blue #243D5B

Tints of Catalina Blue #243D5B

Color information

#243D5B (or 0x243D5B) is unknown color: approx Catalina Blue. HEX triplet: 24, 3D and 5B. RGB value is (36,61,91). Sum of RGB (Red+Green+Blue) = 36+61+91=188 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.15% from 188); Green value is 61 (24.22% from 255 or 32.45% from 188); Blue value is 91 (35.94% from 255 or 48.40% from 188); Max value from RGB is 91 - color contains mainly: blue. Hex color #243D5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #243D5B is #DBC2A4. Grayscale: #383838. Windows color (decimal): -14402213 or 5979428. OLE color: 5979428.

HSL color Cylindrical-coordinate representation of color #243D5B: hue angle of 212.73º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #243D5B is Cyan = 0.60, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB366191-
CMYK0.600.3300.64
HSL212.73º43.31%24.9%-
HSV(B)212.73º60.44%35.69%-
XYZ4.284.4710.53-
YUV56.94147.22113.06-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 19.15%
GREEN value IS 61 (24.22% from 255) = 32.45%
BLUE value IS 91 (35.94% from 255) = 48.40%
R=19.15%
G=32.45%
B=48.40%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3661910.600.3300.64212.7343.3124.9
Hex243D5B3C21040d52b19
Octal4475133744101003255331
Binary1001001111011011011111100100001010000001101010110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #243D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,61,91); }

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

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

 a { background-color: rgb(36,61,91); }

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

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

 span { border-color: rgb(36,61,91); }

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