#183652

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

Shades of Regal Blue #183652

Tints of Regal Blue #183652

Color information

#183652 (or 0x183652) is unknown color: approx Regal Blue. HEX triplet: 18, 36 and 52. RGB value is (24,54,82). Sum of RGB (Red+Green+Blue) = 24+54+82=160 (21% of max value = 765). Red value is 24 (9.77% from 255 or 15% from 160); Green value is 54 (21.48% from 255 or 33.75% from 160); Blue value is 82 (32.42% from 255 or 51.25% from 160); Max value from RGB is 82 - color contains mainly: blue. Hex color #183652 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183652 is #E7C9AD. Grayscale: #303030. Windows color (decimal): -15190446 or 5387800. OLE color: 5387800.

HSL color Cylindrical-coordinate representation of color #183652: hue angle of 208.97º 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 #183652 is Cyan = 0.71, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB245482-
CMYK0.710.3400.68
HSL208.97º54.72%20.78%-
HSV(B)208.97º70.73%32.16%-
XYZ3.223.448.48-
YUV48.22147.06110.72-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15%
GREEN value IS 54 (21.48% from 255) = 33.75%
BLUE value IS 82 (32.42% from 255) = 51.25%
R=15%
G=33.75%
B=51.25%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2454820.710.3400.68208.9754.7220.78
Hex1836524722044d13715
Octal30661221074201043216725
Binary1100011011010100101000111100010010001001101000111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183652; }

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

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

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

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

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

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

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

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