Html Css Color HEX #063294 Smalt

📋 copy color: '#063294'

red 6 ◦ green 50 ◦ blue 148

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

Shades of Smalt #063294

Tints of Smalt #063294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 72.55%

R = 2.94%
G = 24.51%
B = 72.55%

CMYK

 C value IS 0.96

 M value IS 0.66

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#063294 (or 0x063294) is known color: Smalt. HEX triplet: 06, 32 and 94. RGB value is (6,50,148). Sum of RGB (Red+Green+Blue) = 6+50+148=204 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.94% from 204); Green value is 50 (19.92% from 255 or 24.51% from 204); Blue value is 148 (58.20% from 255 or 72.55% from 204); Max value from RGB is 148 - color contains mainly: blue. Hex color #063294 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063294 is #F9CD6B. Grayscale: #2F2F2F. Windows color (decimal): -16371052 or 9712134. OLE color: 9712134.

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

Color convert

RGB 6 50 148 -
CMYK 0.96 0.66 0 0.42
HSL 221.41º 0.92% 0.3% -
HSV(B) 221.41º 0.96% 0.58% -
XYZ 6.56 4.46 28.53 -
YUV 48.02 184.42 98.03 -
System Red Green Blue C M Y K H S L
Decimal 6 50 148 0.96 0.66 0 0.42 221.41 0.92 0.3
Hex 6 32 94 60 42 0 2A DD 5C 1E
Octal 6 62 224 140 102 0 52 335 134 36
Binary 110 110010 10010100 1100000 1000010 0 101010 11011101 1011100 11110

Color Harmonies of #063294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063294

Black with #063294

Text Example


Text Example

White with #063294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063294; }

 p { color: rgb(6,50,148); }

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

background-color css

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

 a { background-color: rgb(6,50,148); }

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

border-color css

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

 span { border-color: rgb(6,50,148); }

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