Html Css Color HEX #2F6873 Blumine

📋 copy color: '#2F6873'

red 47 ◦ green 104 ◦ blue 115

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

Shades of Blumine #2F6873

Tints of Blumine #2F6873

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 43.23%

R = 17.67%
G = 39.1%
B = 43.23%

CMYK

 C value IS 0.59

 M value IS 0.10

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#2F6873 (or 0x2F6873) is known color: Blumine. HEX triplet: 2F, 68 and 73. RGB value is (47,104,115). Sum of RGB (Red+Green+Blue) = 47+104+115=266 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.67% from 266); Green value is 104 (41.02% from 255 or 39.10% from 266); Blue value is 115 (45.31% from 255 or 43.23% from 266); Max value from RGB is 115 - color contains mainly: blue. Hex color #2F6873 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F6873 is #D0978C. Grayscale: #585858. Windows color (decimal): -13670285 or 7563311. OLE color: 7563311.

HSL color Cylindrical-coordinate representation of color #2F6873: hue angle of 189.71º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2F6873 is Cyan = 0.59, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 47 104 115 -
CMYK 0.59 0.10 0 0.55
HSL 189.71º 0.42% 0.32% -
HSV(B) 189.71º 0.59% 0.45% -
XYZ 9.22 11.74 18 -
YUV 88.21 143.12 98.61 -
System Red Green Blue C M Y K H S L
Decimal 47 104 115 0.59 0.10 0 0.55 189.71 0.42 0.32
Hex 2F 68 73 3B A 0 37 BE 2A 20
Octal 57 150 163 73 12 0 67 276 52 40
Binary 101111 1101000 1110011 111011 1010 0 110111 10111110 101010 100000

Color Harmonies of #2F6873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F6873

Black with #2F6873

Text Example


Text Example

White with #2F6873

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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