Html Css Color HEX #3F5E71 Blumine

📋 copy color: '#3F5E71'

red 63 ◦ green 94 ◦ blue 113

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

Shades of Blumine #3F5E71

Tints of Blumine #3F5E71

RGB

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

 GREEN value IS 94 (37.11% from 255) = 34.81%

 BLUE value IS 113 (44.53% from 255) = 41.85%

R = 23.33%
G = 34.81%
B = 41.85%

CMYK

 C value IS 0.44

 M value IS 0.17

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3F5E71 (or 0x3F5E71) is known color: Blumine. HEX triplet: 3F, 5E and 71. RGB value is (63,94,113). Sum of RGB (Red+Green+Blue) = 63+94+113=270 (35% of max value = 765). Red value is 63 (25% from 255 or 23.33% from 270); Green value is 94 (37.11% from 255 or 34.81% from 270); Blue value is 113 (44.53% from 255 or 41.85% from 270); Max value from RGB is 113 - color contains mainly: blue. Hex color #3F5E71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5E71 is #C0A18E. Grayscale: #565656. Windows color (decimal): -12624271 or 7429695. OLE color: 7429695.

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

Color convert

RGB 63 94 113 -
CMYK 0.44 0.17 0 0.56
HSL 202.8º 0.28% 0.35% -
HSV(B) 202.8º 0.44% 0.44% -
XYZ 9.03 10.25 17.13 -
YUV 86.9 142.73 110.96 -
System Red Green Blue C M Y K H S L
Decimal 63 94 113 0.44 0.17 0 0.56 202.8 0.28 0.35
Hex 3F 5E 71 2C 11 0 38 CB 1C 23
Octal 77 136 161 54 21 0 70 313 34 43
Binary 111111 1011110 1110001 101100 10001 0 111000 11001011 11100 100011

Color Harmonies of #3F5E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5E71

Black with #3F5E71

Text Example


Text Example

White with #3F5E71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,94,113); }

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

background-color css

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

 a { background-color: rgb(63,94,113); }

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

border-color css

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

 span { border-color: rgb(63,94,113); }

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