Html Css Color HEX #2F6870 Blumine

📋 copy color: '#2F6870'

red 47 ◦ green 104 ◦ blue 112

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

Shades of Blumine #2F6870

Tints of Blumine #2F6870

RGB

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

 GREEN value IS 104 (41.02% from 255) = 39.54%

 BLUE value IS 112 (44.14% from 255) = 42.59%

R = 17.87%
G = 39.54%
B = 42.59%

CMYK

 C value IS 0.58

 M value IS 0.07

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#2F6870 (or 0x2F6870) is known color: Blumine. HEX triplet: 2F, 68 and 70. RGB value is (47,104,112). Sum of RGB (Red+Green+Blue) = 47+104+112=263 (34% of max value = 765). Red value is 47 (18.75% from 255 or 17.87% from 263); Green value is 104 (41.02% from 255 or 39.54% from 263); Blue value is 112 (44.14% from 255 or 42.59% from 263); Max value from RGB is 112 - color contains mainly: blue. Hex color #2F6870 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F6870 is #D0978F. Grayscale: #575757. Windows color (decimal): -13670288 or 7366703. OLE color: 7366703.

HSL color Cylindrical-coordinate representation of color #2F6870: hue angle of 187.38º 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 #2F6870 is Cyan = 0.58, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 47 104 112 -
CMYK 0.58 0.07 0 0.56
HSL 187.38º 0.41% 0.31% -
HSV(B) 187.38º 0.58% 0.44% -
XYZ 9.05 11.67 17.11 -
YUV 87.87 141.62 98.85 -
System Red Green Blue C M Y K H S L
Decimal 47 104 112 0.58 0.07 0 0.56 187.38 0.41 0.31
Hex 2F 68 70 3A 7 0 38 BB 29 1F
Octal 57 150 160 72 7 0 70 273 51 37
Binary 101111 1101000 1110000 111010 111 0 111000 10111011 101001 11111

Color Harmonies of #2F6870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F6870

Black with #2F6870

Text Example


Text Example

White with #2F6870

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,104,112); }

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

background-color css

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

 a { background-color: rgb(47,104,112); }

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

border-color css

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

 span { border-color: rgb(47,104,112); }

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