#00323A

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

Shades of Nordic #00323A

Tints of Nordic #00323A

Color information

#00323A (or 0x00323A) is unknown color: approx Nordic. HEX triplet: 00, 32 and 3A. RGB value is (0,50,58). Sum of RGB (Red+Green+Blue) = 0+50+58=108 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 108); Green value is 50 (19.92% from 255 or 46.30% from 108); Blue value is 58 (23.05% from 255 or 53.70% from 108); Max value from RGB is 58 - color contains mainly: blue. Hex color #00323A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00323A is #FFCDC5. Grayscale: #232323. Windows color (decimal): -16764358 or 3813888. OLE color: 3813888.

HSL color Cylindrical-coordinate representation of color #00323A: hue angle of 188.28º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00323A is Cyan = 1, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB05058-
CMYK10.1400.77
HSL188.28º100%11.37%-
HSV(B)188.28º100%22.75%-
XYZ1.92.594.4-
YUV35.96140.44102.35-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 50 (19.92% from 255) = 46.30%
BLUE value IS 58 (23.05% from 255) = 53.70%
R=0%
G=46.30%
B=53.70%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal0505810.1400.77188.2810011.37
Hex0323A64E04Dbc64b
Octal0627214416011527414413
Binary011001011101011001001110010011011011110011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00323A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00323A; }

 p { color: rgb(0,50,58); }

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

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

 a { background-color: rgb(0,50,58); }

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

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

 span { border-color: rgb(0,50,58); }

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