Html Css Color HEX #063388 Smalt

📋 copy color: '#063388'

red 6 ◦ green 51 ◦ blue 136

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

Shades of Smalt #063388

Tints of Smalt #063388

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 70.47%

R = 3.11%
G = 26.42%
B = 70.47%

CMYK

 C value IS 0.96

 M value IS 0.62

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#063388 (or 0x063388) is known color: Smalt. HEX triplet: 06, 33 and 88. RGB value is (6,51,136). Sum of RGB (Red+Green+Blue) = 6+51+136=193 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.11% from 193); Green value is 51 (20.31% from 255 or 26.42% from 193); Blue value is 136 (53.52% from 255 or 70.47% from 193); Max value from RGB is 136 - color contains mainly: blue. Hex color #063388 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063388 is #F9CC77. Grayscale: #2E2E2E. Windows color (decimal): -16370808 or 8925958. OLE color: 8925958.

HSL color Cylindrical-coordinate representation of color #063388: hue angle of 219.23º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #063388 is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 6 51 136 -
CMYK 0.96 0.62 0 0.47
HSL 219.23º 0.92% 0.28% -
HSV(B) 219.23º 0.96% 0.53% -
XYZ 5.7 4.18 23.8 -
YUV 47.24 178.09 98.59 -
System Red Green Blue C M Y K H S L
Decimal 6 51 136 0.96 0.62 0 0.47 219.23 0.92 0.28
Hex 6 33 88 60 3E 0 2F DB 5C 1C
Octal 6 63 210 140 76 0 57 333 134 34
Binary 110 110011 10001000 1100000 111110 0 101111 11011011 1011100 11100

Color Harmonies of #063388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063388

Black with #063388

Text Example


Text Example

White with #063388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063388; }

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

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

background-color css

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

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

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

border-color css

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

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

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