#183358

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

Shades of Catalina Blue #183358

Tints of Catalina Blue #183358

Color information

#183358 (or 0x183358) is unknown color: approx Catalina Blue. HEX triplet: 18, 33 and 58. RGB value is (24,51,88). Sum of RGB (Red+Green+Blue) = 24+51+88=163 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.72% from 163); Green value is 51 (20.31% from 255 or 31.29% from 163); Blue value is 88 (34.77% from 255 or 53.99% from 163); Max value from RGB is 88 - color contains mainly: blue. Hex color #183358 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183358 is #E7CCA7. Grayscale: #2E2E2E. Windows color (decimal): -15191208 or 5780248. OLE color: 5780248.

HSL color Cylindrical-coordinate representation of color #183358: hue angle of 214.69º degrees, saturation: 0.57, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #183358 is Cyan = 0.73, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB245188-
CMYK0.730.4200.65
HSL214.69º57.14%21.96%-
HSV(B)214.69º72.73%34.51%-
XYZ3.323.279.69-
YUV47.14151.05111.49-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.72%
GREEN value IS 51 (20.31% from 255) = 31.29%
BLUE value IS 88 (34.77% from 255) = 53.99%
R=14.72%
G=31.29%
B=53.99%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2451880.730.4200.65214.6957.1421.96
Hex183358492A041d73916
Octal30631301115201013277126
Binary1100011001110110001001001101010010000011101011111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183358; }

 p { color: rgb(24,51,88); }

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

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

 a { background-color: rgb(24,51,88); }

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

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

 span { border-color: rgb(24,51,88); }

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