Html Css Color HEX #063398 Smalt

📋 copy color: '#063398'

red 6 ◦ green 51 ◦ blue 152

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

Shades of Smalt #063398

Tints of Smalt #063398

RGB

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

 GREEN value IS 51 (20.31% from 255) = 24.4%

 BLUE value IS 152 (59.77% from 255) = 72.73%

R = 2.87%
G = 24.4%
B = 72.73%

CMYK

 C value IS 0.96

 M value IS 0.66

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#063398 (or 0x063398) is known color: Smalt. HEX triplet: 06, 33 and 98. RGB value is (6,51,152). Sum of RGB (Red+Green+Blue) = 6+51+152=209 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.87% from 209); Green value is 51 (20.31% from 255 or 24.40% from 209); Blue value is 152 (59.77% from 255 or 72.73% from 209); Max value from RGB is 152 - color contains mainly: blue. Hex color #063398 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063398 is #F9CC67. Grayscale: #303030. Windows color (decimal): -16370792 or 9974534. OLE color: 9974534.

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

Color convert

RGB 6 51 152 -
CMYK 0.96 0.66 0 0.40
HSL 221.51º 0.92% 0.31% -
HSV(B) 221.51º 0.96% 0.6% -
XYZ 6.93 4.67 30.24 -
YUV 49.06 186.09 97.29 -
System Red Green Blue C M Y K H S L
Decimal 6 51 152 0.96 0.66 0 0.40 221.51 0.92 0.31
Hex 6 33 98 60 42 0 28 DE 5C 1F
Octal 6 63 230 140 102 0 50 336 134 37
Binary 110 110011 10011000 1100000 1000010 0 101000 11011110 1011100 11111

Color Harmonies of #063398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063398

Black with #063398

Text Example


Text Example

White with #063398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063398; }

 p { color: rgb(6,51,152); }

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

background-color css

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

 a { background-color: rgb(6,51,152); }

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

border-color css

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

 span { border-color: rgb(6,51,152); }

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