Html Css Color HEX #2F5963 Blumine

📋 copy color: '#2F5963'

red 47 ◦ green 89 ◦ blue 99

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

Shades of Blumine #2F5963

Tints of Blumine #2F5963

RGB

 RED value IS 47 (18.75% from 255) = 20%

 GREEN value IS 89 (35.16% from 255) = 37.87%

 BLUE value IS 99 (39.06% from 255) = 42.13%

R = 20%
G = 37.87%
B = 42.13%

CMYK

 C value IS 0.53

 M value IS 0.10

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#2F5963 (or 0x2F5963) is known color: Blumine. HEX triplet: 2F, 59 and 63. RGB value is (47,89,99). Sum of RGB (Red+Green+Blue) = 47+89+99=235 (31% of max value = 765). Red value is 47 (18.75% from 255 or 20% from 235); Green value is 89 (35.16% from 255 or 37.87% from 235); Blue value is 99 (39.06% from 255 or 42.13% from 235); Max value from RGB is 99 - color contains mainly: blue. Hex color #2F5963 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F5963 is #D0A69C. Grayscale: #4D4D4D. Windows color (decimal): -13674141 or 6510895. OLE color: 6510895.

HSL color Cylindrical-coordinate representation of color #2F5963: hue angle of 191.54º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2F5963 is Cyan = 0.53, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 47 89 99 -
CMYK 0.53 0.10 0 0.61
HSL 191.54º 0.36% 0.29% -
HSV(B) 191.54º 0.53% 0.39% -
XYZ 7 8.65 13.11 -
YUV 77.58 140.09 106.19 -
System Red Green Blue C M Y K H S L
Decimal 47 89 99 0.53 0.10 0 0.61 191.54 0.36 0.29
Hex 2F 59 63 35 A 0 3D C0 24 1D
Octal 57 131 143 65 12 0 75 300 44 35
Binary 101111 1011001 1100011 110101 1010 0 111101 11000000 100100 11101

Color Harmonies of #2F5963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5963

Black with #2F5963

Text Example


Text Example

White with #2F5963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F5963; }

 p { color: rgb(47,89,99); }

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

background-color css

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

 a { background-color: rgb(47,89,99); }

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

border-color css

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

 span { border-color: rgb(47,89,99); }

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