Html Css Color HEX #063492 Smalt

📋 copy color: '#063492'

red 6 ◦ green 52 ◦ blue 146

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

Shades of Smalt #063492

Tints of Smalt #063492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 71.57%

R = 2.94%
G = 25.49%
B = 71.57%

CMYK

 C value IS 0.96

 M value IS 0.64

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#063492 (or 0x063492) is known color: Smalt. HEX triplet: 06, 34 and 92. RGB value is (6,52,146). Sum of RGB (Red+Green+Blue) = 6+52+146=204 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.94% from 204); Green value is 52 (20.70% from 255 or 25.49% from 204); Blue value is 146 (57.42% from 255 or 71.57% from 204); Max value from RGB is 146 - color contains mainly: blue. Hex color #063492 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063492 is #F9CB6D. Grayscale: #303030. Windows color (decimal): -16370542 or 9581574. OLE color: 9581574.

HSL color Cylindrical-coordinate representation of color #063492: hue angle of 220.29º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #063492 is Cyan = 0.96, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 6 52 146 -
CMYK 0.96 0.64 0 0.43
HSL 220.29º 0.92% 0.3% -
HSV(B) 220.29º 0.96% 0.57% -
XYZ 6.49 4.57 27.73 -
YUV 48.96 182.76 97.36 -
System Red Green Blue C M Y K H S L
Decimal 6 52 146 0.96 0.64 0 0.43 220.29 0.92 0.3
Hex 6 34 92 60 40 0 2B DC 5C 1E
Octal 6 64 222 140 100 0 53 334 134 36
Binary 110 110100 10010010 1100000 1000000 0 101011 11011100 1011100 11110

Color Harmonies of #063492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063492

Black with #063492

Text Example


Text Example

White with #063492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063492; }

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

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

background-color css

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

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

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

border-color css

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

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

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