Html Css Color HEX #2F626F Blumine

📋 copy color: '#2F626F'

red 47 ◦ green 98 ◦ blue 111

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

Shades of Blumine #2F626F

Tints of Blumine #2F626F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 38.28%

 BLUE value IS 111 (43.75% from 255) = 43.36%

R = 18.36%
G = 38.28%
B = 43.36%

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

#2F626F (or 0x2F626F) is known color: Blumine. HEX triplet: 2F, 62 and 6F. RGB value is (47,98,111). Sum of RGB (Red+Green+Blue) = 47+98+111=256 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.36% from 256); Green value is 98 (38.67% from 255 or 38.28% from 256); Blue value is 111 (43.75% from 255 or 43.36% from 256); Max value from RGB is 111 - color contains mainly: blue. Hex color #2F626F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F626F is #D09D90. Grayscale: #545454. Windows color (decimal): -13671825 or 7299631. OLE color: 7299631.

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

Color convert

RGB 47 98 111 -
CMYK 0.58 0.12 0 0.56
HSL 192.19º 0.41% 0.31% -
HSV(B) 192.19º 0.58% 0.44% -
XYZ 8.41 10.49 16.62 -
YUV 84.23 143.1 101.44 -
System Red Green Blue C M Y K H S L
Decimal 47 98 111 0.58 0.12 0 0.56 192.19 0.41 0.31
Hex 2F 62 6F 3A C 0 38 C0 29 1F
Octal 57 142 157 72 14 0 70 300 51 37
Binary 101111 1100010 1101111 111010 1100 0 111000 11000000 101001 11111

Color Harmonies of #2F626F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F626F

Black with #2F626F

Text Example


Text Example

White with #2F626F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,98,111); }

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

background-color css

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

 a { background-color: rgb(47,98,111); }

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

border-color css

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

 span { border-color: rgb(47,98,111); }

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