Html Css Color HEX #003484 Smalt

📋 copy color: '#003484'

red 0 ◦ green 52 ◦ blue 132

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

Shades of Smalt #003484

Tints of Smalt #003484

RGB

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

 GREEN value IS 52 (20.7% from 255) = 28.26%

 BLUE value IS 132 (51.95% from 255) = 71.74%

R = 0%
G = 28.26%
B = 71.74%

CMYK

 C value IS 1

 M value IS 0.61

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#003484 (or 0x003484) is known color: Smalt. HEX triplet: 00, 34 and 84. RGB value is (0,52,132). Sum of RGB (Red+Green+Blue) = 0+52+132=184 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 184); Green value is 52 (20.70% from 255 or 28.26% from 184); Blue value is 132 (51.95% from 255 or 71.74% from 184); Max value from RGB is 132 - color contains mainly: blue. Hex color #003484 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003484 is #FFCB7B. Grayscale: #2D2D2D. Windows color (decimal): -16763772 or 8664064. OLE color: 8664064.

HSL color Cylindrical-coordinate representation of color #003484: hue angle of 216.36º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003484 is Cyan = 1, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 0 52 132 -
CMYK 1 0.61 0 0.48
HSL 216.36º 1% 0.26% -
HSV(B) 216.36º 1% 0.52% -
XYZ 5.39 4.12 22.34 -
YUV 45.57 176.77 95.5 -
System Red Green Blue C M Y K H S L
Decimal 0 52 132 1 0.61 0 0.48 216.36 1 0.26
Hex 0 34 84 64 3D 0 30 D8 64 1A
Octal 0 64 204 144 75 0 60 330 144 32
Binary 0 110100 10000100 1100100 111101 0 110000 11011000 1100100 11010

Color Harmonies of #003484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003484

Black with #003484

Text Example


Text Example

White with #003484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003484; }

 p { color: rgb(0,52,132); }

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

background-color css

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

 a { background-color: rgb(0,52,132); }

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

border-color css

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

 span { border-color: rgb(0,52,132); }

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