Html Css Color HEX #00329A Smalt

📋 copy color: '#00329A'

red 0 ◦ green 50 ◦ blue 154

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

Shades of Smalt #00329A

Tints of Smalt #00329A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 75.49%

R = 0%
G = 24.51%
B = 75.49%

CMYK

 C value IS 1

 M value IS 0.68

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#00329A (or 0x00329A) is known color: Smalt. HEX triplet: 00, 32 and 9A. RGB value is (0,50,154). Sum of RGB (Red+Green+Blue) = 0+50+154=204 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 204); Green value is 50 (19.92% from 255 or 24.51% from 204); Blue value is 154 (60.55% from 255 or 75.49% from 204); Max value from RGB is 154 - color contains mainly: blue. Hex color #00329A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00329A is #FFCD65. Grayscale: #2E2E2E. Windows color (decimal): -16764262 or 10105344. OLE color: 10105344.

HSL color Cylindrical-coordinate representation of color #00329A: hue angle of 220.52º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00329A is Cyan = 1, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 0 50 154 -
CMYK 1 0.68 0 0.40
HSL 220.52º 1% 0.3% -
HSV(B) 220.52º 1% 0.6% -
XYZ 6.97 4.61 31.09 -
YUV 46.91 188.44 94.54 -
System Red Green Blue C M Y K H S L
Decimal 0 50 154 1 0.68 0 0.40 220.52 1 0.3
Hex 0 32 9A 64 44 0 28 DD 64 1E
Octal 0 62 232 144 104 0 50 335 144 36
Binary 0 110010 10011010 1100100 1000100 0 101000 11011101 1100100 11110

Color Harmonies of #00329A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00329A

Black with #00329A

Text Example


Text Example

White with #00329A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #00329A;
 }
 .AnyTagClassName
 {
   color: #00329A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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