#243E5C

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

Shades of Catalina Blue #243E5C

Tints of Catalina Blue #243E5C

Color information

#243E5C (or 0x243E5C) is unknown color: approx Catalina Blue. HEX triplet: 24, 3E and 5C. RGB value is (36,62,92). Sum of RGB (Red+Green+Blue) = 36+62+92=190 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.95% from 190); Green value is 62 (24.61% from 255 or 32.63% from 190); Blue value is 92 (36.33% from 255 or 48.42% from 190); Max value from RGB is 92 - color contains mainly: blue. Hex color #243E5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #243E5C is #DBC1A3. Grayscale: #393939. Windows color (decimal): -14401956 or 6045220. OLE color: 6045220.

HSL color Cylindrical-coordinate representation of color #243E5C: hue angle of 212.14º 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 #243E5C is Cyan = 0.61, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB366292-
CMYK0.610.3300.64
HSL212.14º43.75%25.1%-
HSV(B)212.14º60.87%36.08%-
XYZ4.384.5910.78-
YUV57.65147.39112.56-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18.95%
GREEN value IS 62 (24.61% from 255) = 32.63%
BLUE value IS 92 (36.33% from 255) = 48.42%
R=18.95%
G=32.63%
B=48.42%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3662920.610.3300.64212.1443.7525.1
Hex243E5C3D21040d42c19
Octal4476134754101003245431
Binary1001001111101011100111101100001010000001101010010110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #243E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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