#183360

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

Shades of Catalina Blue #183360

Tints of Catalina Blue #183360

Color information

#183360 (or 0x183360) is unknown color: approx Catalina Blue. HEX triplet: 18, 33 and 60. RGB value is (24,51,96). Sum of RGB (Red+Green+Blue) = 24+51+96=171 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.04% from 171); Green value is 51 (20.31% from 255 or 29.82% from 171); Blue value is 96 (37.89% from 255 or 56.14% from 171); Max value from RGB is 96 - color contains mainly: blue. Hex color #183360 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183360 is #E7CC9F. Grayscale: #2F2F2F. Windows color (decimal): -15191200 or 6304536. OLE color: 6304536.

HSL color Cylindrical-coordinate representation of color #183360: hue angle of 217.5º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #183360 is Cyan = 0.75, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB245196-
CMYK0.750.4700.62
HSL217.5º60%23.53%-
HSV(B)217.5º75%37.65%-
XYZ3.673.4111.53-
YUV48.06155.05110.84-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.04%
GREEN value IS 51 (20.31% from 255) = 29.82%
BLUE value IS 96 (37.89% from 255) = 56.14%
R=14.04%
G=29.82%
B=56.14%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2451960.750.4700.62217.56023.53
Hex1833604B2F03Eda3c18
Octal3063140113570763327430
Binary110001100111100000100101110111101111101101101011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183360; }

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

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

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

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

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

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

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

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