Html Css Color HEX #3F3070 Minsk

📋 copy color: '#3F3070'

red 63 ◦ green 48 ◦ blue 112

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

Shades of Minsk #3F3070

Tints of Minsk #3F3070

RGB

 RED value IS 63 (25% from 255) = 28.25%

 GREEN value IS 48 (19.14% from 255) = 21.52%

 BLUE value IS 112 (44.14% from 255) = 50.22%

R = 28.25%
G = 21.52%
B = 50.22%

CMYK

 C value IS 0.44

 M value IS 0.57

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3F3070 (or 0x3F3070) is known color: Minsk. HEX triplet: 3F, 30 and 70. RGB value is (63,48,112). Sum of RGB (Red+Green+Blue) = 63+48+112=223 (29% of max value = 765). Red value is 63 (25% from 255 or 28.25% from 223); Green value is 48 (19.14% from 255 or 21.52% from 223); Blue value is 112 (44.14% from 255 or 50.22% from 223); Max value from RGB is 112 - color contains mainly: blue. Hex color #3F3070 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3070 is #C0CF8F. Grayscale: #3B3B3B. Windows color (decimal): -12636048 or 7352383. OLE color: 7352383.

HSL color Cylindrical-coordinate representation of color #3F3070: hue angle of 254.06º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F3070 is Cyan = 0.44, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 63 48 112 -
CMYK 0.44 0.57 0 0.56
HSL 254.06º 0.4% 0.31% -
HSV(B) 254.06º 0.57% 0.44% -
XYZ 6.03 4.34 15.85 -
YUV 59.78 157.47 130.3 -
System Red Green Blue C M Y K H S L
Decimal 63 48 112 0.44 0.57 0 0.56 254.06 0.4 0.31
Hex 3F 30 70 2C 39 0 38 FE 28 1F
Octal 77 60 160 54 71 0 70 376 50 37
Binary 111111 110000 1110000 101100 111001 0 111000 11111110 101000 11111

Color Harmonies of #3F3070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3070

Black with #3F3070

Text Example


Text Example

White with #3F3070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F3070; }

 p { color: rgb(63,48,112); }

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

background-color css

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

 a { background-color: rgb(63,48,112); }

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

border-color css

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

 span { border-color: rgb(63,48,112); }

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