Html Css Color HEX #063288 Smalt

📋 copy color: '#063288'

red 6 ◦ green 50 ◦ blue 136

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

Shades of Smalt #063288

Tints of Smalt #063288

RGB

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

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

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

R = 3.13%
G = 26.04%
B = 70.83%

CMYK

 C value IS 0.96

 M value IS 0.63

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#063288 (or 0x063288) is known color: Smalt. HEX triplet: 06, 32 and 88. RGB value is (6,50,136). Sum of RGB (Red+Green+Blue) = 6+50+136=192 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.12% from 192); Green value is 50 (19.92% from 255 or 26.04% from 192); Blue value is 136 (53.52% from 255 or 70.83% from 192); Max value from RGB is 136 - color contains mainly: blue. Hex color #063288 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063288 is #F9CD77. Grayscale: #2E2E2E. Windows color (decimal): -16371064 or 8925702. OLE color: 8925702.

HSL color Cylindrical-coordinate representation of color #063288: hue angle of 219.69º 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 #063288 is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 6 50 136 -
CMYK 0.96 0.63 0 0.47
HSL 219.69º 0.92% 0.28% -
HSV(B) 219.69º 0.96% 0.53% -
XYZ 5.66 4.1 23.79 -
YUV 46.65 178.42 99.01 -
System Red Green Blue C M Y K H S L
Decimal 6 50 136 0.96 0.63 0 0.47 219.69 0.92 0.28
Hex 6 32 88 60 3F 0 2F DC 5C 1C
Octal 6 62 210 140 77 0 57 334 134 34
Binary 110 110010 10001000 1100000 111111 0 101111 11011100 1011100 11100

Color Harmonies of #063288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063288

Black with #063288

Text Example


Text Example

White with #063288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063288; }

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

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

background-color css

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

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

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

border-color css

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

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

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