#183052

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

Shades of Catalina Blue #183052

Tints of Catalina Blue #183052

Color information

#183052 (or 0x183052) is unknown color: approx Catalina Blue. HEX triplet: 18, 30 and 52. RGB value is (24,48,82). Sum of RGB (Red+Green+Blue) = 24+48+82=154 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.58% from 154); Green value is 48 (19.14% from 255 or 31.17% from 154); Blue value is 82 (32.42% from 255 or 53.25% from 154); Max value from RGB is 82 - color contains mainly: blue. Hex color #183052 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183052 is #E7CFAD. Grayscale: #2C2C2C. Windows color (decimal): -15191982 or 5386264. OLE color: 5386264.

HSL color Cylindrical-coordinate representation of color #183052: hue angle of 215.17º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #183052 is Cyan = 0.71, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB244882-
CMYK0.710.4100.68
HSL215.17º54.72%20.78%-
HSV(B)215.17º70.73%32.16%-
XYZ2.962.928.39-
YUV44.7149.05113.24-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.58%
GREEN value IS 48 (19.14% from 255) = 31.17%
BLUE value IS 82 (32.42% from 255) = 53.25%
R=15.58%
G=31.17%
B=53.25%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2448820.710.4100.68215.1754.7220.78
Hex1830524729044d73715
Octal30601221075101043276725
Binary1100011000010100101000111101001010001001101011111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183052; }

 p { color: rgb(24,48,82); }

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

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

 a { background-color: rgb(24,48,82); }

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

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

 span { border-color: rgb(24,48,82); }

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