#183364

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

Shades of Catalina Blue #183364

Tints of Catalina Blue #183364

Color information

#183364 (or 0x183364) is unknown color: approx Catalina Blue. HEX triplet: 18, 33 and 64. RGB value is (24,51,100). Sum of RGB (Red+Green+Blue) = 24+51+100=175 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.71% from 175); Green value is 51 (20.31% from 255 or 29.14% from 175); Blue value is 100 (39.45% from 255 or 57.14% from 175); Max value from RGB is 100 - color contains mainly: blue. Hex color #183364 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183364 is #E7CC9B. Grayscale: #303030. Windows color (decimal): -15191196 or 6566680. OLE color: 6566680.

HSL color Cylindrical-coordinate representation of color #183364: hue angle of 218.68º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #183364 is Cyan = 0.76, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB2451100-
CMYK0.760.4900.61
HSL218.68º61.29%24.31%-
HSV(B)218.68º76%39.22%-
XYZ3.863.4812.53-
YUV48.51157.05110.52-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.71%
GREEN value IS 51 (20.31% from 255) = 29.14%
BLUE value IS 100 (39.45% from 255) = 57.14%
R=13.71%
G=29.14%
B=57.14%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal24511000.760.4900.61218.6861.2924.31
Hex1833644C3103Ddb3d18
Octal3063144114610753337530
Binary110001100111100100100110011000101111011101101111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183364; }

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

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

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

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

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

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

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

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