#243261

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

Shades of Catalina Blue #243261

Tints of Catalina Blue #243261

Color information

#243261 (or 0x243261) is unknown color: approx Catalina Blue. HEX triplet: 24, 32 and 61. RGB value is (36,50,97). Sum of RGB (Red+Green+Blue) = 36+50+97=183 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.67% from 183); Green value is 50 (19.92% from 255 or 27.32% from 183); Blue value is 97 (38.28% from 255 or 53.01% from 183); Max value from RGB is 97 - color contains mainly: blue. Hex color #243261 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #243261 is #DBCD9E. Grayscale: #323232. Windows color (decimal): -14405023 or 6369828. OLE color: 6369828.

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

Color convert

RGB365097-
CMYK0.630.4800.62
HSL226.23º45.86%26.08%-
HSV(B)226.23º62.89%38.04%-
XYZ4.033.5211.78-
YUV51.17153.86117.18-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 19.67%
GREEN value IS 50 (19.92% from 255) = 27.32%
BLUE value IS 97 (38.28% from 255) = 53.01%
R=19.67%
G=27.32%
B=53.01%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3650970.630.4800.62226.2345.8626.08
Hex2432613F3003Ee22e1a
Octal446214177600763425632
Binary100100110010110000111111111000001111101110001010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #243261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #243261; }

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

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

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

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

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

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

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

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