Html Css Color HEX #2F6371 Blumine

📋 copy color: '#2F6371'

red 47 ◦ green 99 ◦ blue 113

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

Shades of Blumine #2F6371

Tints of Blumine #2F6371

RGB

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

 GREEN value IS 99 (39.06% from 255) = 38.22%

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

R = 18.15%
G = 38.22%
B = 43.63%

CMYK

 C value IS 0.58

 M value IS 0.12

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#2F6371 (or 0x2F6371) is known color: Blumine. HEX triplet: 2F, 63 and 71. RGB value is (47,99,113). Sum of RGB (Red+Green+Blue) = 47+99+113=259 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.15% from 259); Green value is 99 (39.06% from 255 or 38.22% from 259); Blue value is 113 (44.53% from 255 or 43.63% from 259); Max value from RGB is 113 - color contains mainly: blue. Hex color #2F6371 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F6371 is #D09C8E. Grayscale: #545454. Windows color (decimal): -13671567 or 7430959. OLE color: 7430959.

HSL color Cylindrical-coordinate representation of color #2F6371: hue angle of 192.73º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2F6371 is Cyan = 0.58, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 47 99 113 -
CMYK 0.58 0.12 0 0.56
HSL 192.73º 0.41% 0.31% -
HSV(B) 192.73º 0.58% 0.44% -
XYZ 8.61 10.72 17.24 -
YUV 85.05 143.77 100.86 -
System Red Green Blue C M Y K H S L
Decimal 47 99 113 0.58 0.12 0 0.56 192.73 0.41 0.31
Hex 2F 63 71 3A C 0 38 C1 29 1F
Octal 57 143 161 72 14 0 70 301 51 37
Binary 101111 1100011 1110001 111010 1100 0 111000 11000001 101001 11111

Color Harmonies of #2F6371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F6371

Black with #2F6371

Text Example


Text Example

White with #2F6371

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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