#243955

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

Shades of Catalina Blue #243955

Tints of Catalina Blue #243955

Color information

#243955 (or 0x243955) is unknown color: approx Catalina Blue. HEX triplet: 24, 39 and 55. RGB value is (36,57,85). Sum of RGB (Red+Green+Blue) = 36+57+85=178 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.22% from 178); Green value is 57 (22.66% from 255 or 32.02% from 178); Blue value is 85 (33.59% from 255 or 47.75% from 178); Max value from RGB is 85 - color contains mainly: blue. Hex color #243955 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #243955 is #DBC6AA. Grayscale: #353535. Windows color (decimal): -14403243 or 5585188. OLE color: 5585188.

HSL color Cylindrical-coordinate representation of color #243955: hue angle of 214.29º 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 #243955 is Cyan = 0.58, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB365785-
CMYK0.580.3300.67
HSL214.29º40.5%23.73%-
HSV(B)214.29º57.65%33.33%-
XYZ3.833.969.16-
YUV53.91145.54115.22-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 20.22%
GREEN value IS 57 (22.66% from 255) = 32.02%
BLUE value IS 85 (33.59% from 255) = 47.75%
R=20.22%
G=32.02%
B=47.75%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3657850.580.3300.67214.2940.523.73
Hex2439553A21043d62818
Octal4471125724101033265030
Binary1001001110011010101111010100001010000111101011010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #243955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #243955; }

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

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

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

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

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

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

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

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