Html Css Color HEX #00323B Nordic

📋 copy color: '#00323B'

red 0 ◦ green 50 ◦ blue 59

#00323B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nordic #00323B

Tints of Nordic #00323B

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 50 (19.92% from 255) = 45.87%

 BLUE value IS 59 (23.44% from 255) = 54.13%

R = 0%
G = 45.87%
B = 54.13%

CMYK

 C value IS 1

 M value IS 0.15

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#00323B (or 0x00323B) is known color: Nordic. HEX triplet: 00, 32 and 3B. RGB value is (0,50,59). Sum of RGB (Red+Green+Blue) = 0+50+59=109 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 109); Green value is 50 (19.92% from 255 or 45.87% from 109); Blue value is 59 (23.44% from 255 or 54.13% from 109); Max value from RGB is 59 - color contains mainly: blue. Hex color #00323B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00323B is #FFCDC4. Grayscale: #232323. Windows color (decimal): -16764357 or 3879424. OLE color: 3879424.

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

Color convert

RGB 0 50 59 -
CMYK 1 0.15 0 0.77
HSL 189.15º 1% 0.12% -
HSV(B) 189.15º 1% 0.23% -
XYZ 1.93 2.6 4.54 -
YUV 36.08 140.94 102.27 -
System Red Green Blue C M Y K H S L
Decimal 0 50 59 1 0.15 0 0.77 189.15 1 0.12
Hex 0 32 3B 64 F 0 4D BD 64 C
Octal 0 62 73 144 17 0 115 275 144 14
Binary 0 110010 111011 1100100 1111 0 1001101 10111101 1100100 1100

Color Harmonies of #00323B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00323B

Black with #00323B

Text Example


Text Example

White with #00323B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #00323B;
 }
 .AnyTagClassName
 {
   color: #00323B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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