#243260

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

Shades of Catalina Blue #243260

Tints of Catalina Blue #243260

Color information

#243260 (or 0x243260) is unknown color: approx Catalina Blue. HEX triplet: 24, 32 and 60. RGB value is (36,50,96). Sum of RGB (Red+Green+Blue) = 36+50+96=182 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.78% from 182); Green value is 50 (19.92% from 255 or 27.47% from 182); Blue value is 96 (37.89% from 255 or 52.75% from 182); Max value from RGB is 96 - color contains mainly: blue. Hex color #243260 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #243260 is #DBCD9F. Grayscale: #323232. Windows color (decimal): -14405024 or 6304292. OLE color: 6304292.

HSL color Cylindrical-coordinate representation of color #243260: hue angle of 226º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #243260 is Cyan = 0.62, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB365096-
CMYK0.620.4800.62
HSL226º45.45%25.88%-
HSV(B)226º62.5%37.65%-
XYZ3.983.511.53-
YUV51.06153.36117.26-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 19.78%
GREEN value IS 50 (19.92% from 255) = 27.47%
BLUE value IS 96 (37.89% from 255) = 52.75%
R=19.78%
G=27.47%
B=52.75%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3650960.620.4800.6222645.4525.88
Hex2432603E3003Ee22d1a
Octal446214076600763425532
Binary100100110010110000011111011000001111101110001010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #243260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #243260; }

 p { color: rgb(36,50,96); }

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

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

 a { background-color: rgb(36,50,96); }

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

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

 span { border-color: rgb(36,50,96); }

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