#243D61

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

Shades of Catalina Blue #243D61

Tints of Catalina Blue #243D61

Color information

#243D61 (or 0x243D61) is unknown color: approx Catalina Blue. HEX triplet: 24, 3D and 61. RGB value is (36,61,97). Sum of RGB (Red+Green+Blue) = 36+61+97=194 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.56% from 194); Green value is 61 (24.22% from 255 or 31.44% from 194); Blue value is 97 (38.28% from 255 or 50% from 194); Max value from RGB is 97 - color contains mainly: blue. Hex color #243D61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #243D61 is #DBC29E. Grayscale: #393939. Windows color (decimal): -14402207 or 6372644. OLE color: 6372644.

HSL color Cylindrical-coordinate representation of color #243D61: hue angle of 215.41º 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 #243D61 is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB366197-
CMYK0.630.3700.62
HSL215.41º45.86%26.08%-
HSV(B)215.41º62.89%38.04%-
XYZ4.554.5811.95-
YUV57.63150.22112.57-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18.56%
GREEN value IS 61 (24.22% from 255) = 31.44%
BLUE value IS 97 (38.28% from 255) = 50%
R=18.56%
G=31.44%
B=50%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3661970.630.3700.62215.4145.8626.08
Hex243D613F2503Ed72e1a
Octal447514177450763275632
Binary100100111101110000111111110010101111101101011110111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #243D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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