#183350

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

Shades of Regal Blue #183350

Tints of Regal Blue #183350

Color information

#183350 (or 0x183350) is unknown color: approx Regal Blue. HEX triplet: 18, 33 and 50. RGB value is (24,51,80). Sum of RGB (Red+Green+Blue) = 24+51+80=155 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.48% from 155); Green value is 51 (20.31% from 255 or 32.90% from 155); Blue value is 80 (31.64% from 255 or 51.61% from 155); Max value from RGB is 80 - color contains mainly: blue. Hex color #183350 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183350 is #E7CCAF. Grayscale: #2E2E2E. Windows color (decimal): -15191216 or 5255960. OLE color: 5255960.

HSL color Cylindrical-coordinate representation of color #183350: hue angle of 211.07º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #183350 is Cyan = 0.70, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB245180-
CMYK0.700.3600.69
HSL211.07º53.85%20.39%-
HSV(B)211.07º70%31.37%-
XYZ3.013.148.04-
YUV46.23147.05112.14-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.48%
GREEN value IS 51 (20.31% from 255) = 32.90%
BLUE value IS 80 (31.64% from 255) = 51.61%
R=15.48%
G=32.90%
B=51.61%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2451800.700.3600.69211.0753.8520.39
Hex1833504624045d33614
Octal30631201064401053236624
Binary1100011001110100001000110100100010001011101001111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183350; }

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

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

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

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

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

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

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

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