#243F61

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

Shades of Catalina Blue #243F61

Tints of Catalina Blue #243F61

Color information

#243F61 (or 0x243F61) is unknown color: approx Catalina Blue. HEX triplet: 24, 3F and 61. RGB value is (36,63,97). Sum of RGB (Red+Green+Blue) = 36+63+97=196 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.37% from 196); Green value is 63 (25% from 255 or 32.14% from 196); Blue value is 97 (38.28% from 255 or 49.49% from 196); Max value from RGB is 97 - color contains mainly: blue. Hex color #243F61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #243F61 is #DBC09E. Grayscale: #3A3A3A. Windows color (decimal): -14401695 or 6373156. OLE color: 6373156.

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

Color convert

RGB366397-
CMYK0.630.3500.62
HSL213.44º45.86%26.08%-
HSV(B)213.44º62.89%38.04%-
XYZ4.664.7911.99-
YUV58.8149.55111.74-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18.37%
GREEN value IS 63 (25% from 255) = 32.14%
BLUE value IS 97 (38.28% from 255) = 49.49%
R=18.37%
G=32.14%
B=49.49%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3663970.630.3500.62213.4445.8626.08
Hex243F613F2303Ed52e1a
Octal447714177430763255632
Binary100100111111110000111111110001101111101101010110111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #243F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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