Html Css Color HEX #3F5F72 Blumine

📋 copy color: '#3F5F72'

red 63 ◦ green 95 ◦ blue 114

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

Shades of Blumine #3F5F72

Tints of Blumine #3F5F72

RGB

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

 GREEN value IS 95 (37.5% from 255) = 34.93%

 BLUE value IS 114 (44.92% from 255) = 41.91%

R = 23.16%
G = 34.93%
B = 41.91%

CMYK

 C value IS 0.45

 M value IS 0.17

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3F5F72 (or 0x3F5F72) is known color: Blumine. HEX triplet: 3F, 5F and 72. RGB value is (63,95,114). Sum of RGB (Red+Green+Blue) = 63+95+114=272 (36% of max value = 765). Red value is 63 (25% from 255 or 23.16% from 272); Green value is 95 (37.5% from 255 or 34.93% from 272); Blue value is 114 (44.92% from 255 or 41.91% from 272); Max value from RGB is 114 - color contains mainly: blue. Hex color #3F5F72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5F72 is #C0A08D. Grayscale: #575757. Windows color (decimal): -12624014 or 7495487. OLE color: 7495487.

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

Color convert

RGB 63 95 114 -
CMYK 0.45 0.17 0 0.55
HSL 202.35º 0.29% 0.35% -
HSV(B) 202.35º 0.45% 0.45% -
XYZ 9.18 10.46 17.45 -
YUV 87.6 142.9 110.46 -
System Red Green Blue C M Y K H S L
Decimal 63 95 114 0.45 0.17 0 0.55 202.35 0.29 0.35
Hex 3F 5F 72 2D 11 0 37 CA 1D 23
Octal 77 137 162 55 21 0 67 312 35 43
Binary 111111 1011111 1110010 101101 10001 0 110111 11001010 11101 100011

Color Harmonies of #3F5F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5F72

Black with #3F5F72

Text Example


Text Example

White with #3F5F72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,95,114); }

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

background-color css

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

 a { background-color: rgb(63,95,114); }

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

border-color css

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

 span { border-color: rgb(63,95,114); }

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