Html Css Color HEX #3F6271 Blumine

📋 copy color: '#3F6271'

red 63 ◦ green 98 ◦ blue 113

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

Shades of Blumine #3F6271

Tints of Blumine #3F6271

RGB

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

 GREEN value IS 98 (38.67% from 255) = 35.77%

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

R = 22.99%
G = 35.77%
B = 41.24%

CMYK

 C value IS 0.44

 M value IS 0.13

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3F6271 (or 0x3F6271) is known color: Blumine. HEX triplet: 3F, 62 and 71. RGB value is (63,98,113). Sum of RGB (Red+Green+Blue) = 63+98+113=274 (36% of max value = 765). Red value is 63 (25% from 255 or 22.99% from 274); Green value is 98 (38.67% from 255 or 35.77% from 274); Blue value is 113 (44.53% from 255 or 41.24% from 274); Max value from RGB is 113 - color contains mainly: blue. Hex color #3F6271 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6271 is #C09D8E. Grayscale: #595959. Windows color (decimal): -12623247 or 7430719. OLE color: 7430719.

HSL color Cylindrical-coordinate representation of color #3F6271: hue angle of 198º 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 #3F6271 is Cyan = 0.44, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 63 98 113 -
CMYK 0.44 0.13 0 0.56
HSL 198º 0.28% 0.35% -
HSV(B) 198º 0.44% 0.44% -
XYZ 9.4 10.98 17.25 -
YUV 89.25 141.4 109.28 -
System Red Green Blue C M Y K H S L
Decimal 63 98 113 0.44 0.13 0 0.56 198 0.28 0.35
Hex 3F 62 71 2C D 0 38 C6 1C 23
Octal 77 142 161 54 15 0 70 306 34 43
Binary 111111 1100010 1110001 101100 1101 0 111000 11000110 11100 100011

Color Harmonies of #3F6271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F6271

Black with #3F6271

Text Example


Text Example

White with #3F6271

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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