#243D62

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

Shades of Catalina Blue #243D62

Tints of Catalina Blue #243D62

Color information

#243D62 (or 0x243D62) is unknown color: approx Catalina Blue. HEX triplet: 24, 3D and 62. RGB value is (36,61,98). Sum of RGB (Red+Green+Blue) = 36+61+98=195 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.46% from 195); Green value is 61 (24.22% from 255 or 31.28% from 195); Blue value is 98 (38.67% from 255 or 50.26% from 195); Max value from RGB is 98 - color contains mainly: blue. Hex color #243D62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #243D62 is #DBC29D. Grayscale: #393939. Windows color (decimal): -14402206 or 6438180. OLE color: 6438180.

HSL color Cylindrical-coordinate representation of color #243D62: hue angle of 215.81º degrees, saturation: 0.46, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #243D62 is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB366198-
CMYK0.630.3800.62
HSL215.81º46.27%26.27%-
HSV(B)215.81º63.27%38.43%-
XYZ4.64.5912.2-
YUV57.74150.72112.49-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18.46%
GREEN value IS 61 (24.22% from 255) = 31.28%
BLUE value IS 98 (38.67% from 255) = 50.26%
R=18.46%
G=31.28%
B=50.26%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3661980.630.3800.62215.8146.2726.27
Hex243D623F2603Ed82e1a
Octal447514277460763305632
Binary100100111101110001011111110011001111101101100010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #243D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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