#243A55

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

Shades of Catalina Blue #243A55

Tints of Catalina Blue #243A55

Color information

#243A55 (or 0x243A55) is unknown color: approx Catalina Blue. HEX triplet: 24, 3A and 55. RGB value is (36,58,85). Sum of RGB (Red+Green+Blue) = 36+58+85=179 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.11% from 179); Green value is 58 (23.05% from 255 or 32.40% from 179); Blue value is 85 (33.59% from 255 or 47.49% from 179); Max value from RGB is 85 - color contains mainly: blue. Hex color #243A55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #243A55 is #DBC5AA. Grayscale: #363636. Windows color (decimal): -14402987 or 5585444. OLE color: 5585444.

HSL color Cylindrical-coordinate representation of color #243A55: hue angle of 213.06º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #243A55 is Cyan = 0.58, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB365885-
CMYK0.580.3200.67
HSL213.06º40.5%23.73%-
HSV(B)213.06º57.65%33.33%-
XYZ3.884.069.17-
YUV54.5145.21114.8-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 20.11%
GREEN value IS 58 (23.05% from 255) = 32.40%
BLUE value IS 85 (33.59% from 255) = 47.49%
R=20.11%
G=32.40%
B=47.49%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3658850.580.3200.67213.0640.523.73
Hex243A553A20043d52818
Octal4472125724001033255030
Binary1001001110101010101111010100000010000111101010110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #243A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,58,85); }

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

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

 a { background-color: rgb(36,58,85); }

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

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

 span { border-color: rgb(36,58,85); }

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