#183D44

Color #183D44 Nordic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nordic #183D44

Tints of Nordic #183D44

Color information

#183D44 (or 0x183D44) is unknown color: approx Nordic. HEX triplet: 18, 3D and 44. RGB value is (24,61,68). Sum of RGB (Red+Green+Blue) = 24+61+68=153 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.69% from 153); Green value is 61 (24.22% from 255 or 39.87% from 153); Blue value is 68 (26.95% from 255 or 44.44% from 153); Max value from RGB is 68 - color contains mainly: blue. Hex color #183D44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183D44 is #E7C2BB. Grayscale: #323232. Windows color (decimal): -15188668 or 4472088. OLE color: 4472088.

HSL color Cylindrical-coordinate representation of color #183D44: hue angle of 189.55º degrees, saturation: 0.48, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #183D44 is Cyan = 0.65, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB246168-
CMYK0.650.1000.73
HSL189.55º47.83%18.04%-
HSV(B)189.55º64.71%26.67%-
XYZ3.093.956.07-
YUV50.74137.74108.93-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.69%
GREEN value IS 61 (24.22% from 255) = 39.87%
BLUE value IS 68 (26.95% from 255) = 44.44%
R=15.69%
G=39.87%
B=44.44%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2461680.650.1000.73189.5547.8318.04
Hex183D4441A049be3012
Octal30751041011201112766022
Binary11000111101100010010000011010010010011011111011000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183D44; }

 p { color: rgb(24,61,68); }

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

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

 a { background-color: rgb(24,61,68); }

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

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

 span { border-color: rgb(24,61,68); }

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