Html Css Color HEX #2F666A Blumine

📋 copy color: '#2F666A'

red 47 ◦ green 102 ◦ blue 106

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

Shades of Blumine #2F666A

Tints of Blumine #2F666A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 40%

 BLUE value IS 106 (41.8% from 255) = 41.57%

R = 18.43%
G = 40%
B = 41.57%

CMYK

 C value IS 0.56

 M value IS 0.04

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#2F666A (or 0x2F666A) is known color: Blumine. HEX triplet: 2F, 66 and 6A. RGB value is (47,102,106). Sum of RGB (Red+Green+Blue) = 47+102+106=255 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.43% from 255); Green value is 102 (40.23% from 255 or 40% from 255); Blue value is 106 (41.80% from 255 or 41.57% from 255); Max value from RGB is 106 - color contains mainly: blue. Hex color #2F666A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F666A is #D09995. Grayscale: #555555. Windows color (decimal): -13670806 or 6972975. OLE color: 6972975.

HSL color Cylindrical-coordinate representation of color #2F666A: hue angle of 184.07º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2F666A is Cyan = 0.56, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 47 102 106 -
CMYK 0.56 0.04 0 0.58
HSL 184.07º 0.39% 0.3% -
HSV(B) 184.07º 0.56% 0.42% -
XYZ 8.53 11.15 15.34 -
YUV 86.01 139.28 100.17 -
System Red Green Blue C M Y K H S L
Decimal 47 102 106 0.56 0.04 0 0.58 184.07 0.39 0.3
Hex 2F 66 6A 38 4 0 3A B8 27 1E
Octal 57 146 152 70 4 0 72 270 47 36
Binary 101111 1100110 1101010 111000 100 0 111010 10111000 100111 11110

Color Harmonies of #2F666A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F666A

Black with #2F666A

Text Example


Text Example

White with #2F666A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,102,106); }

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

background-color css

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

 a { background-color: rgb(47,102,106); }

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

border-color css

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

 span { border-color: rgb(47,102,106); }

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