Html Css Color HEX #063484 Smalt

📋 copy color: '#063484'

red 6 ◦ green 52 ◦ blue 132

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

Shades of Smalt #063484

Tints of Smalt #063484

RGB

 RED value IS 6 (2.73% from 255) = 3.16%

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

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

R = 3.16%
G = 27.37%
B = 69.47%

CMYK

 C value IS 0.95

 M value IS 0.61

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#063484 (or 0x063484) is known color: Smalt. HEX triplet: 06, 34 and 84. RGB value is (6,52,132). Sum of RGB (Red+Green+Blue) = 6+52+132=190 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.16% from 190); Green value is 52 (20.70% from 255 or 27.37% from 190); Blue value is 132 (51.95% from 255 or 69.47% from 190); Max value from RGB is 132 - color contains mainly: blue. Hex color #063484 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063484 is #F9CB7B. Grayscale: #2F2F2F. Windows color (decimal): -16370556 or 8664070. OLE color: 8664070.

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

Color convert

RGB 6 52 132 -
CMYK 0.95 0.61 0 0.48
HSL 218.1º 0.91% 0.27% -
HSV(B) 218.1º 0.95% 0.52% -
XYZ 5.47 4.16 22.34 -
YUV 47.37 175.76 98.5 -
System Red Green Blue C M Y K H S L
Decimal 6 52 132 0.95 0.61 0 0.48 218.1 0.91 0.27
Hex 6 34 84 5F 3D 0 30 DA 5B 1B
Octal 6 64 204 137 75 0 60 332 133 33
Binary 110 110100 10000100 1011111 111101 0 110000 11011010 1011011 11011

Color Harmonies of #063484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063484

Black with #063484

Text Example


Text Example

White with #063484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063484; }

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

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

background-color css

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

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

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

border-color css

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

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

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