#243455

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

Shades of Catalina Blue #243455

Tints of Catalina Blue #243455

Color information

#243455 (or 0x243455) is unknown color: approx Catalina Blue. HEX triplet: 24, 34 and 55. RGB value is (36,52,85). Sum of RGB (Red+Green+Blue) = 36+52+85=173 (22% of max value = 765). Red value is 36 (14.45% from 255 or 20.81% from 173); Green value is 52 (20.70% from 255 or 30.06% from 173); Blue value is 85 (33.59% from 255 or 49.13% from 173); Max value from RGB is 85 - color contains mainly: blue. Hex color #243455 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #243455 is #DBCBAA. Grayscale: #323232. Windows color (decimal): -14404523 or 5583908. OLE color: 5583908.

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

Color convert

RGB365285-
CMYK0.580.3900.67
HSL220.41º40.5%23.73%-
HSV(B)220.41º57.65%33.33%-
XYZ3.63.499.08-
YUV50.98147.2117.32-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 20.81%
GREEN value IS 52 (20.70% from 255) = 30.06%
BLUE value IS 85 (33.59% from 255) = 49.13%
R=20.81%
G=30.06%
B=49.13%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3652850.580.3900.67220.4140.523.73
Hex2434553A27043dc2818
Octal4464125724701033345030
Binary1001001101001010101111010100111010000111101110010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #243455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #243455; }

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

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

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

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

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

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

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

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